-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappearance.css
42 lines (42 loc) · 959 Bytes
/
appearance.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
body[appearance="default"] {
--ubg: #800080;
--bg: #1f2029;
--footerbg: #170e1f;
--link: #0084ff;
--scroll-active: #717171;
--scrollbg: #191a21;
--users-online: #49ff0d;
--bg-color: #000000;
--content: #302c2c;
--shadow: #ffffff;
--highlight: #ad1cad;
--font: 'Montserrat';
}
body[appearance="blue"] {
--ubg: #180f89;
--bg: #1f2029;
--footerbg: #170e1f;
--link: #0084ff;
--scroll-active: #717171;
--scrollbg: #191a21;
--users-online: #49ff0d;
--bg-color: #000000;
--content: #302c2c;
--shadow: #ffffff;
--highlight: #3168df;
--font: 'Montserrat';
}
body[appearance="neon"] {
--ubg: #000000;
--bg: #1F2029;
--footerbg: #170E1F;
--link: #0084ff;
--scroll-active: #717171;
--scrollbg: #191a21;
--users-online: #49ff0d;
--bg-color: #000000;
--content: #333;
--shadow: #ffffff;
--highlight: #0bf4f3;
--font: 'Blazma';
}