mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-06 01:15:28 +02:00
chore: rename unleash purple color variable to align with other vars
This commit is contained in:
parent
0c6bbc215c
commit
ac7c9bb2df
@ -7,7 +7,12 @@
|
|||||||
|
|
||||||
/* You can override the default Infima variables here. */
|
/* You can override the default Infima variables here. */
|
||||||
:root {
|
:root {
|
||||||
--color-unleash-purple: #635dc5;
|
--unleash-color-purple: #635dc5;
|
||||||
|
|
||||||
|
--unleash-color-admonition-background: #ecebeb;
|
||||||
|
--unleash-color-admonition-border: #999;
|
||||||
|
--unleash-color-admonition-text: #2b2b2b;
|
||||||
|
|
||||||
--ifm-color-primary: #39535b;
|
--ifm-color-primary: #39535b;
|
||||||
--ifm-color-primary-dark: #334b52;
|
--ifm-color-primary-dark: #334b52;
|
||||||
--ifm-color-primary-darker: #30474d;
|
--ifm-color-primary-darker: #30474d;
|
||||||
@ -17,12 +22,8 @@
|
|||||||
--ifm-color-primary-lightest: #4a6c76;
|
--ifm-color-primary-lightest: #4a6c76;
|
||||||
--ifm-code-font-size: 90%;
|
--ifm-code-font-size: 90%;
|
||||||
--ifm-font-size-base: 15px;
|
--ifm-font-size-base: 15px;
|
||||||
--ifm-link-color: var(--color-unleash-purple);
|
--ifm-link-color: var(--unleash-color-purple);
|
||||||
--navbar-link-color: #122d33;
|
--navbar-link-color: #122d33;
|
||||||
|
|
||||||
--unleash-color-admonition-background: #ecebeb;
|
|
||||||
--unleash-color-admonition-border: #999;
|
|
||||||
--unleash-color-admonition-text: #2b2b2b;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
@ -37,7 +38,7 @@ li.theme-doc-sidebar-item-category-level-1 > div::before {
|
|||||||
width: 0.3em;
|
width: 0.3em;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
content: ' ';
|
content: ' ';
|
||||||
background-color: var(--color-unleash-purple);
|
background-color: var(--unleash-color-purple);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user