]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkbubble/style.css
legibility improvements to darkbubble, mark as a derived theme
[friendica.git] / view / theme / darkbubble / style.css
index 03434d7f8a3b5603730f662d1f70d04929ecc6bc..2e180400b599b822d5931622c83af616f556c91e 100644 (file)
@@ -1,7 +1,29 @@
 @import url('../testbubble/style.css');
 
+.icon {
+       background-image: url('dbicons.png');
+}
+
 body {
        background: #000000;
        color: #dddddd;
 }
 
+.info-message {
+       color: #444444;
+}
+
+#id_openid_url {
+       background: url(../testbubble/login-bg.gif) no-repeat #ffffff;
+       background-position: 0 50%;
+       padding-left: 18px;
+       width: 385px;
+       
+/*     background: #FFFFFF;*/
+       color: #000000;
+       
+}
+
+.fortunate {
+       color: #8888FF !important;
+}
\ No newline at end of file