-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.css
More file actions
38 lines (32 loc) · 1.74 KB
/
config.css
File metadata and controls
38 lines (32 loc) · 1.74 KB
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
/*!
* You don't see this...
*/
:root {
--dark-color: #24272b; /* Colour of dark section */
--dark-text-color: #fff; /* Colour of text in dark section */
--light-color: #34393e; /* Colour of light section */
--light-text-color: #fff; /* Colour of text in light section */
--button-color: #24272b; /* Colour of buttons */
--button-text-color: #fff; /* Colour of the text in buttons */
--button-hover-color: #2b6ed9; /* Colour of button when hovered over */
--button-hover-text-color: #fff; /* Colour of text in button when hovered over */
--button2-color: #fff; /* Colour of buttons */
--button2-text-color: #24272b; /* Colour of the text in buttons */
--button2-hover-color: #fff; /* Colour of button when hovered over */
--button2-hover-text-color: #2b6ed9; /* Colour of text in button when hovered over */
--btn-table-status-active-color: #00b050;
--btn-table-status-lts-color: #ffbf00;
--btn-table-status-eol-color: #ff0000;
--btn-table-status-planned-color: #7030a0;
--btn-table-game-color: #e7e6e6;
--btn-table-mod-color: #c9c9c9;
--btn-table-loader-color: #a6a6a6;
--btn-table-name-color: #acb9ca;
--info-color: #4bb4f1; /* Colour of important text (Player count, IP) */
--pinned-message-color: #222426; /* Colour pinned message section */
--pinned-message-text-color: #fff; /* Colour of text in pinned message section */
--pinned-button-color: #2e3032; /* Colour of button in pinned message section */
--pinned-button-text-color: #fff; /* Colour of text in button in pinned message section */
--pinned-button-hover-color: #b32a3d; /* Colour of button in pinned message section when hovered over */
--pinned-button-hover-text-color: #fff; /* Colour of text in button in pinned message section when hovered over */
}