Skip to content

Commit

Permalink
chore: make docs sidebar hover and active color same unleash grey.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 27, 2022
1 parent c14f52c commit e4b21a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/src/css/custom.css
Expand Up @@ -8,8 +8,9 @@
/* You can override the default Infima variables here. */
:root {
--unleash-color-purple: #635dc5;
--unleash-color-gray: #ecebeb;

--unleash-color-admonition-background: #ecebeb;
--unleash-color-admonition-background: var(--unleash-color-gray);
--unleash-color-admonition-border: #999;
--unleash-color-admonition-text: #2b2b2b;

Expand All @@ -23,9 +24,12 @@
--ifm-code-font-size: 90%;
--ifm-font-size-base: 15px;
--ifm-link-color: var(--unleash-color-purple);
--ifm-menu-color-background-active: var(--unleash-color-gray);
--ifm-menu-color-background-hover: var(--unleash-color-gray);
--navbar-link-color: #122d33;
}


footer {
--ifm-footer-link-hover-color: var(--ifm-footer-link-color);
}
Expand Down

0 comments on commit e4b21a3

Please sign in to comment.