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