-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathpurple.css
More file actions
27 lines (27 loc) · 930 Bytes
/
purple.css
File metadata and controls
27 lines (27 loc) · 930 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
27
:root {
--header-background: #7339D4;
--header-text-color: #ECEEF2;
--header-arrow-background: #FFFFFF;
--footer-text-color: #F8F9FA;
--footer-anchor-color: #F8F9FA;
--anchor-color: #F8F9FA;
--text-color: #ECEEF2;
--add-resume-text-color: #F8F9FA;
--body-background: #6129BD;
--table-header-text-color: #F8F9FA;
--table-header-background: #5A10D3;
--table-text-color: #F8F9FA;
--table-odd-row-background: #6212E5;
--table-even-row-background: #6C1DEE;
--table-shadow-color: 0 0 50px rgba(67, 12, 156, 0.5);
--input-field-background: #8A59DB;
--input-field-shadow: #8A59DB;
--spacer-background: #E0E4EA;
--submit-button-color: #ECEEF2;
--submit-button-background: #6129BD;
--save-button-background: #319848;
--cancel-button-color: #AE515A;
--button-text-color: #F8F9FA;
--theme-text-color: #ECEEF2;
--contact-link-color: #169FE1;
}