Update brand colors

This commit is contained in:
vishnukvmd 2023-12-17 01:25:56 +05:30
parent d745651707
commit 5e5c00808a

View file

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