]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkness/style.css
Merge branch 'photos' of https://github.com/fabrixxm/friendika into fabrixxm-photos
[friendica.git] / view / theme / darkness / style.css
index 41f695abcac325802c542b8194a04cbe70359fe7..3aff559d3e1cf185773b66c99da4cf6dcfd35355 100644 (file)
@@ -20,17 +20,22 @@ body {
 }
 
 input:hover {
-       background-color: #000000;
+       background-color: #800000;
 }
 input, select {
        background-color: #000000;
        color: #FF0000;
 }
-.nav-link:hover, .nav-commlink:hover {
+.nav-link:hover, .nav-commlink:hover, .profile-tabs:hover {
        background: #DDDDDD;
        color: #FF0000;
 }
 
+#logo-text a, #logo-text a:visited, #site-location {
+       color: #000000;
+}
+
+
 #page-footer {
        border: none;
 }
@@ -59,3 +64,8 @@ a:hover, .fakelink:hover {
        color: #FF0000;
        text-decoration: underline;
 }
+
+.profile-tabs {
+       color: #FF0000;
+       background: #444444;
+}