blob: b65a5d77b4acc262e372e917ba0e621b1c358de9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
:root {
--background: #121212;
--text: #FFF;
--secondary-hover: #73828c;
--secondary-focus: #616161;
--secondary-inverse: #FFF;
--primary-background:#303030;
--secondary-background: #424242;
--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;
}
|