Skip to content

Commit

Permalink
explicitly set bg colors for light and dark mode (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz authored Oct 4, 2024
1 parent 428ee4f commit 1fb38be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:root {
--ifm-background-color: #ffffff;
--ifm-color-primary: #1a660b;
--ifm-color-primary-dark: #175c0a;
--ifm-color-primary-darker: #165709;
Expand All @@ -9,6 +10,7 @@
}

[data-theme="dark"] {
--ifm-background-color: #1b1b1d;
--ifm-color-primary: #58c142;
--ifm-color-primary-dark: #4eb03a;
--ifm-color-primary-darker: #4aa636;
Expand Down

0 comments on commit 1fb38be

Please sign in to comment.