13 lines
319 B
CSS
13 lines
319 B
CSS
:root {
|
|
--vp-c-brand-1: #fd7c1a;
|
|
--vp-c-brand-2: #ff913d;
|
|
--vp-home-hero-name-color: transparent;
|
|
--vp-home-hero-name-background: -webkit-linear-gradient(
|
|
120deg,
|
|
#ff712f 30%,
|
|
#ffb555
|
|
);
|
|
--vp-button-brand-bg: var(--vp-c-brand-1);
|
|
--vp-button-brand-hover-bg: var(--vp-c-brand-2);
|
|
}
|