forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvars.css
More file actions
26 lines (25 loc) · 730 Bytes
/
vars.css
File metadata and controls
26 lines (25 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
:root {
--vp-c-brand-lighter: #ff558f;
--vp-c-brand-light: #da4778;
--vp-c-brand: #b7236a;
--vp-c-brand-dark: #9a1d5a;
--vp-c-brand-darker: #781746;
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: linear-gradient(120deg, #d83182, #633288, #41d1ff);
--vp-button-brand-bg: #b7236a;
--vp-button-brand-hover-bg: #9a1d5a;
--vp-button-brand-active-bg: #9a1d5a;
--vp-c-brand-1: #b7236a;
}
.dark {
--vp-c-bg: #282828;
--vp-c-brand-lighter: #ff85ae;
--vp-c-brand-light: #ff558f;
--vp-c-brand: #ff558f;
--vp-c-brand-dark: #da4778;
--vp-c-brand-darker: #b7236a;
--vp-button-brand-bg: #da4778;
--vp-button-brand-hover-bg: #b7236a;
--vp-button-brand-active-bg: #b7236a;
--vp-c-brand-1: #da4778;
}