blob: 1a78fc56c1edb3546be7cc96e7b84bd4c1f3be22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
:root {
--background: #FFFFFF;
--text: #212121;
--secondary-hover: #212121;
--secondary-focus: #E4E4E4;
--secondary-inverse: #FFFFFF;
--primary-background: #CCCCCC;
--secondary-background: #F5F5F5;
--link: #212121;
--link-visited: #606060;
--buttom: #DCDCDC;
--buttom-text: #212121;
--button-border: #91918c;
--buttom-hover: #BBBBBB;
--search-text: #212121;
--time-background: #212121;
--time-text: #FFFFFF;
}
|