blob: cae689dda590f868ed00b0e54c6f52c4a37ddabd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
:root {
--background: #2d3743;
--text: #FFF;
--secondary-hover: #73828c;
--secondary-focus: rgba(115, 130, 140, 0.125);
--secondary-inverse: #FFF;
--secondary-background: #102027;
--link: #22aaff;
--link-visited: #7755ff;
--buttom: #dcdcdb;
--buttom-text: #415462;
--button-border: #91918c;
--buttom-hover: #BBB;
--search-text: #FFF;
--time-background: #000;
--time-text: #FFF;
}
|