]> git.mxchange.org Git - friendica.git/blob - view/theme/darkness/style.css
theme cleanup
[friendica.git] / view / theme / darkness / style.css
1 @import url('../default/style.css');
2
3 body { 
4         background: #000000;
5         color: #FF0000;
6 }
7 .nav-selected {
8         background: #000000 !important;
9 }
10
11 .nav-link {
12         color: #FF0000;
13         background: #444444;
14 }
15
16 .nav-commlink {
17         color: #FF0000;
18         background: #444444;
19 }
20
21 .profile-tabs {
22         color: #FF0000;
23         background: #444444;
24
25 }
26
27 a, a:visited, .fakelink, .fakelink:visited {
28         color: #888888;
29         text-decoration: none;
30 }
31
32 a:hover, .fakelink:hover {
33         color: #FF0000;
34         text-decoration: underline;
35 }