Skip to content

Commit

Permalink
fix: update primary color variables in dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Dec 10, 2022
1 parent a43a57c commit 09e504b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/css/ifm-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@

/* For readability concerns you should choose a lighter palette in dark mode. */
[data-theme="dark"] {
--ifm-color-primary: #00a4ba;
--ifm-color-primary-dark: #0094a7;
--ifm-color-primary-darker: #008b9e;
--ifm-color-primary-darkest: #007382;
--ifm-color-primary-light: #00b4cd;
--ifm-color-primary-lighter: #00bdd6;
--ifm-color-primary-lightest: #00d5f2;
--ifm-color-primary: #00d2ef;
--ifm-color-primary-dark: #00bdd7;
--ifm-color-primary-darker: #00b2cb;
--ifm-color-primary-darkest: #00d2ef80;
--ifm-color-primary-light: #08e1ff;
--ifm-color-primary-lighter: #14e2ff;
--ifm-color-primary-lightest: #38e7ff;

--docusaurus-highlighted-code-line-bg: rgba(0 0 0 0.3);
--ifm-global-shadow-lw: 0px 2px 4px -2px rgba(7, 10, 27, 0.05),
0px 4px 6px -1px rgba(7, 10, 27, 0.05), inset 0px 0px 0px 1px #323649;
Expand Down

0 comments on commit 09e504b

Please sign in to comment.