Skip to content

Commit

Permalink
docs(a11y): use a purple color for primary theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Feb 9, 2022
1 parent 7ee4e12 commit d0023f6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions website/src/css/custom.css
Expand Up @@ -38,19 +38,20 @@ html[data-theme='light'] {
}

html[data-theme='dark'] {
--ifm-color-primary-lightest: #ffffff;
--ifm-color-primary-lighter: #fcfcfc;
--ifm-color-primary-light: #f9f9f9;
--ifm-color-primary: #f6f6f6;
--ifm-color-primary-dark: #f2f2f2;
--ifm-color-primary-darker: #efefef;
--ifm-color-primary-darkest: #ececec;

--unleash-color-gray: #3c3c3c;
--ifm-color-primary-lightest: #d1d1ff;
--ifm-color-primary-lighter: #c9c9ff;
--ifm-color-primary-light: #c2c0ff;
--ifm-color-primary: #bab8ff;
--ifm-color-primary-dark: #b2afff;
--ifm-color-primary-darker: #aba7ff;
--ifm-color-primary-darkest: #a39eff;

--unleash-color-purple: var(--ifm-color-primary);
--unleash-color-gray: #333;
--ifm-menu-color-background-active: var(--unleash-color-gray);
--ifm-menu-color-background-hover: var(--unleash-color-gray);

--ifm-link-color: #aaa5ff;
--ifm-link-color: var(--ifm-color-primary);

--unleash-color-admonition-background: var(
--ifm-color-secondary-contrast-background
Expand Down

0 comments on commit d0023f6

Please sign in to comment.