Skip to content

Commit

Permalink
css: fix code highlighting background color
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Feb 20, 2024
1 parent 0a74ca3 commit 5f28571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
--ifm-color-primary-lighter: #ffaeb2;
--ifm-color-primary-lightest: #ffd1d3;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: lightgray;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
Expand All @@ -25,6 +26,7 @@ html[data-theme='dark'] {
--ifm-color-primary-light: #ff858b;
--ifm-color-primary-lighter: #ffaeb2;
--ifm-color-primary-lightest: #ffd1d3;
--docusaurus-highlighted-code-line-bg: darkslategray;
}

.footer {
Expand Down

0 comments on commit 5f28571

Please sign in to comment.