]> git.mxchange.org Git - friendica.git/blob - view/theme/darkbubble/style.css
legibility improvements to darkbubble, mark as a derived theme
[friendica.git] / view / theme / darkbubble / style.css
1 @import url('../testbubble/style.css');
2
3 .icon {
4         background-image: url('dbicons.png');
5 }
6
7 body {
8         background: #000000;
9         color: #dddddd;
10 }
11
12 .info-message {
13         color: #444444;
14 }
15
16 #id_openid_url {
17         background: url(../testbubble/login-bg.gif) no-repeat #ffffff;
18         background-position: 0 50%;
19         padding-left: 18px;
20         width: 385px;
21         
22 /*      background: #FFFFFF;*/
23         color: #000000;
24         
25 }
26
27 .fortunate {
28         color: #8888FF !important;
29 }