blob: 530267360e6ec78560faf30fa3519e37178054be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
:root {
--background: #2d3743;
--text: #FFF;
--secondary-hover: #73828c;
--secondary-focus: rgba(115, 130, 140, 0.125);
--secondary-inverse: #FFF;
--primary-background:#35404d;
--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;
}
|