Skip to content

Commit

Permalink
fix: footer link hover
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin committed Jan 17, 2024
1 parent 35da4c9 commit 5fef6b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #fcfcfc;
--ifm-color-primary: #5e5e5e;
--ifm-background-color: #ffffff;
--ifm-navbar-background-color: #ffffff;
--ifm-footer-background-color: #020203;
--ifm-footer-color: #ffffff;
--ifm-footer-link-color: #ffffff;
--ifm-footer-link-hover-color: #ffffff;
--ifm-link-color: #579bea;
--ifm-color-hero: #fcfcfc;
--ifm-font-family-base: DMMono;
Expand All @@ -37,6 +38,7 @@

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme="dark"]:root {
--ifm-color-primary: #fcfcfc;
--ifm-background-color: #0b0b0b;
--ifm-navbar-background-color: #0b0b0b;
--ifm-font-color-base: #cdcdcd;
Expand Down

0 comments on commit 5fef6b3

Please sign in to comment.