Update brand colors
This commit is contained in:
parent
d745651707
commit
5e5c00808a
1 changed files with 12 additions and 2 deletions
|
@ -1,6 +1,16 @@
|
|||
:root {
|
||||
--vp-theme-color: #1DB954;
|
||||
--vp-c-brand: #1DB954;
|
||||
--vp-c-brand-1: #1DB954;
|
||||
--vp-c-brand-2: #00B33C;
|
||||
/* Replace with your desired color */
|
||||
}
|
||||
--vp-home-hero-name-color: #1DB954;
|
||||
--vp-c-brand-light: #1DB954;
|
||||
--vp-button-brand-border: #1DB954;
|
||||
--vp-button-brand-bg: #1DB954;
|
||||
--vp-button-brand-text: #191919;
|
||||
--vp-button-brand-hover-border: #00B33C;
|
||||
--vp-button-brand-hover-bg: #191919;
|
||||
--vp-button-brand-hover-text: #e5e5e5;
|
||||
--vp-local-search-highlight-bg: #1DB954;
|
||||
--docsearch-hit-active-color: #191919;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue