]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkness/style.css
Merge branch 'pull'
[friendica.git] / view / theme / darkness / style.css
index 4ae67f92dc6437edc4d4c191d53497804c22431c..828fdd10405d6e9476cfc274a9156d1e047211df 100644 (file)
@@ -1,4 +1,4 @@
-@import url('../default/style.css');
+@import url('../loozah/style.css');
 
 nav {
        background: #CCC;
@@ -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;
+}