]> 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 4ae67f92dc6437edc4d4c191d53497804c22431c..3aff559d3e1cf185773b66c99da4cf6dcfd35355 100644 (file)
@@ -26,11 +26,16 @@ 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;
+}