|
3 | 3 | @import url('frontend/styles/displays/debug-tree.css'); |
4 | 4 |
|
5 | 5 | :root { |
6 | | - --background-primary: #242526; /* Dark grey. */ |
7 | | - --background-secondary: #2e2f30; /* Grey. */ |
8 | | - --background-tertiary: #96dec4; /* Parsley green 60% transparency. */ |
9 | | - --background-tertiary-60: #96dec499; /* Parsley green 60% transparency. */ |
10 | | - --background-tertiary-40: #96dec466; /* Parsley green 20% transparency. */ |
11 | | - --background-tertiary-20: #96dec433; /* Parsley green 20% transparency. */ |
12 | | - --font-color-primary: #96DEC4; /* Parsley green. */ |
13 | | - --font-color-secondary: #242526; /* Dark grey. */ |
14 | | - --font-color-error: #d2042d; /* Red error. */ |
15 | | - --font-family: Righteous, Verdana, Geneva, Tahoma, sans-serif; |
| 6 | + --background-primary: #242526; /* Dark grey. */ |
| 7 | + --background-secondary: #2e2f30; /* Grey. */ |
| 8 | + --background-tertiary: #96dec4; /* Parsley green 60% transparency. */ |
| 9 | + --background-tertiary-60: #96dec499; /* Parsley green 60% transparency. */ |
| 10 | + --background-tertiary-40: #96dec466; /* Parsley green 20% transparency. */ |
| 11 | + --background-tertiary-20: #96dec433; /* Parsley green 20% transparency. */ |
| 12 | + --font-color-primary: #96DEC4; /* Parsley green. */ |
| 13 | + --font-color-secondary: #242526; /* Dark grey. */ |
| 14 | + --font-color-error: #d2042d; /* Red error. */ |
| 15 | + --font-family: Righteous, Verdana, Geneva, Tahoma, sans-serif; |
16 | 16 | } |
17 | 17 |
|
18 | 18 | [data-theme="light"] { |
19 | | - --background-primary: #96dec4; /* Parsley green. */ |
20 | | - --background-secondary: #b8eeda; /* Lighter grey. */ |
21 | | - --background-tertiary: #242526; /* Grey 60% transparency. */ |
22 | | - --background-tertiary-60: #24252699; /* Grey 60% transparency. */ |
23 | | - --background-tertiary-40: #24252666; /* Grey 60% transparency. */ |
24 | | - --background-tertiary-20: #24252633; /* Grey 20% transparancy. */ |
25 | | - --font-color-primary: #242526; /* Black. */ |
26 | | - --font-color-secondary: #96DEC4; /* Parsley green. */ |
27 | | - --font-color-error: #fd4659; /* Red error. */ |
| 19 | + --background-primary: #96dec4; /* Parsley green. */ |
| 20 | + --background-secondary: #b8eeda; /* Lighter grey. */ |
| 21 | + --background-tertiary: #242526; /* Grey 60% transparency. */ |
| 22 | + --background-tertiary-60: #24252699; /* Grey 60% transparency. */ |
| 23 | + --background-tertiary-40: #24252666; /* Grey 60% transparency. */ |
| 24 | + --background-tertiary-20: #24252633; /* Grey 20% transparancy. */ |
| 25 | + --font-color-primary: #242526; /* Black. */ |
| 26 | + --font-color-secondary: #96DEC4; /* Parsley green. */ |
| 27 | + --font-color-error: #fd4659; /* Red error. */ |
28 | 28 | } |
29 | 29 |
|
30 | 30 | body { |
|
0 commit comments