Skip to content

Commit

Permalink
docs: change primary color for light theme to unleash purple
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Feb 25, 2022
1 parent a6191f5 commit 4a79596
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions website/src/css/custom.css
Expand Up @@ -20,15 +20,14 @@ footer {
}

html[data-theme='light'] {
--ifm-color-primary-lightest: #8783d2;
--ifm-color-primary-lighter: #7b76ce;
--ifm-color-primary-light: #6f6ac9;
--ifm-color-primary: var(--unleash-color-purple);
--ifm-color-primary-dark: #334b52;
--ifm-color-primary-darker: #30474d;
--ifm-color-primary-darkest: #283a40;
--ifm-color-primary-light: #3f5b64;
--ifm-color-primary-lighter: #425f69;
--ifm-color-primary-lightest: #4a6c76;

--ifm-link-color: var(--unleash-color-purple);
--ifm-color-primary-dark: #5953be;
--ifm-color-primary-darker: #4f4ab7;
--ifm-color-primary-darkest: #4540b0;

--ifm-menu-color-background-active: var(--unleash-color-gray);
--ifm-menu-color-background-hover: var(--unleash-color-gray);

Expand Down Expand Up @@ -63,15 +62,15 @@ html[data-theme='dark'] {
}

.visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: auto;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap;
border: 0;
clip: rect(0 0 0 0);
height: auto;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
white-space: nowrap;
}

main img {
Expand Down

0 comments on commit 4a79596

Please sign in to comment.