Skip to content

Commit

Permalink
fix: update font color for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Dec 9, 2022
1 parent a4f6242 commit 5551573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/ifm-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
0px 4px 6px -1px rgba(7, 10, 27, 0.05), inset 0px 0px 0px 1px #323649;
--ifm-menu-color-background-active: var(--bt-menu-color-background-active);
--ifm-menu-color-background-hover: var(--bt-menu-color-background-hover);
--ifm-font-color-base: #8086a0;
--ifm-font-color-base: #99a0bf;
--ifm-heading-color: #ebedff;
--ifm-background-color: #070a1b !important;
--ifm-background-surface-color: var(--bt-sidebar-background-color);
Expand Down

0 comments on commit 5551573

Please sign in to comment.