-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcolors-christmas-special.css
49 lines (42 loc) · 1.68 KB
/
colors-christmas-special.css
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.christmas {
--dark: white;
--light: #395139;
--mid: #693739;
--accent: #f7d786;
--white: #4e2829;
}
.christmas {
--page-fg-color: var(--dark);
--page-bg-color: var(--white);
--sidebar-bg-color: var(--mid);
--header-bar-bg-color: var(--light);
--alert-box-bg-color: var(--light);
--logo-bg-color: var(--light);
--header-buttons-hover-bg-color: var(--light);
--header-buttons-hover-fg-color: var(--accent);
--header-buttons-bg-color: var(--light);
--header-buttons-fg-color: var(--page-fg-color);
--navigation-buttons-bg-color: var(--light);
--navigation-buttons-fg-color: var(--page-fg-color);
--navigation-buttons-hover-bg-color: var(--navigation-buttons-bg-color);
--navigation-buttons-hover-fg-color: var(--accent);
--footer-buttons-bg-color: transparent;
--footer-buttons-fg-color: var(--page-fg-color);
--footer-buttons-hover-bg-color: var(--light);
--footer-buttons-hover-fg-color: var(--accent);
--table-bg-color: var(--white);
--table-border-color: var(--white);
--table-header-color: var(--light);
--time-table-appointment-bg-color: #d7e052;
--time-table-appointment-gf-color: black;
--time-table-row-color-1: var(--light);
--time-table-row-color-2: var(--white);
/*
/* should be dark as the text is always white here */
--performance-record-level0-bg-color: var(--light);
/* those should all be light as the text is always black here */
--performance-record-level1-bg-color: var(--light);
--performance-record-level2-bg-color: var(--light);
--performance-record-level3-bg-color: var(--light);
--performance-record-level4-bg-color: var(--light);
}