1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore: make docs sidebar hover and active color same unleash grey.

This commit is contained in:
Thomas Heartman 2022-01-27 12:59:12 +01:00
parent c14f52c3ca
commit e4b21a3125

View File

@ -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;
@ -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);
}