Skip to content

Commit

Permalink
remove background color from code
Browse files Browse the repository at this point in the history
  • Loading branch information
jsebrech committed Oct 1, 2024
1 parent 8b5ee0a commit a243adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/styles/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

--border-color: black;

--code-text-color: black;
--code-text-color-bg: hsl(195, 50%, 84%);
--code-text-color: var(--text-color);
--code-text-color-bg: inherit;

--panel-title-color: black;
--panel-title-color-bg: cornsilk;
Expand Down

0 comments on commit a243adc

Please sign in to comment.