vars
This commit is contained in:
parent
4d7ac418f5
commit
f9cdf477f1
1 changed files with 13 additions and 10 deletions
|
@ -1,16 +1,19 @@
|
|||
:root {
|
||||
--vp-theme-color: #1db954;
|
||||
--vp-c-brand: #1db954;
|
||||
--vp-c-brand-1: #1db954;
|
||||
--vp-c-brand-2: #00b33c;
|
||||
--vp-home-hero-name-color: #1db954;
|
||||
--vp-c-brand-light: #1db954;
|
||||
--vp-button-brand-border: #1db954;
|
||||
--vp-button-brand-bg: #1db954;
|
||||
--ente-theme-color: #1db954;
|
||||
--ente-theme-color-alt: #00b33c;
|
||||
|
||||
--vp-theme-color: var(--ente-theme-color);
|
||||
--vp-c-brand: var(--ente-theme-color);
|
||||
--vp-c-brand-1: var(--ente-theme-color);
|
||||
--vp-c-brand-2: var(--ente-theme-color-alt);
|
||||
--vp-home-hero-name-color: var(--ente-theme-color);
|
||||
--vp-c-brand-light: var(--ente-theme-color);
|
||||
--vp-button-brand-border: var(--ente-theme-color);
|
||||
--vp-button-brand-bg: var(--ente-theme-color);
|
||||
--vp-button-brand-text: #191919;
|
||||
--vp-button-brand-hover-border: #00b33c;
|
||||
--vp-button-brand-hover-border: var(--ente-theme-color-alt);
|
||||
--vp-button-brand-hover-bg: #191919;
|
||||
--vp-button-brand-hover-text: #e5e5e5;
|
||||
--vp-local-search-highlight-bg: #1db954;
|
||||
--vp-local-search-highlight-bg: var(--ente-theme-color);
|
||||
--docsearch-hit-active-color: #191919;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue