]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkness/style.css
add remove_user hook (it looks like dreamhost changed all my file permissions, this...
[friendica.git] / view / theme / darkness / style.css
old mode 100644 (file)
new mode 100755 (executable)
index 41f695a..3bc4c6a
@@ -1,4 +1,4 @@
-@import url('../default/style.css');
+@import url('../loozah/style.css');
 
 nav {
        background: #CCC;
@@ -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, .tab:hover {
        background: #DDDDDD;
        color: #FF0000;
 }
 
+#logo-text a, #logo-text a:visited, #site-location {
+       color: #000000;
+}
+
+
 #page-footer {
        border: none;
 }
@@ -44,7 +49,7 @@ input, select {
        background: #444444;
 }
 
-.profile-tabs {
+.tab {
        color: #FF0000;
        background: #444444;
 
@@ -59,3 +64,4 @@ a:hover, .fakelink:hover {
        color: #FF0000;
        text-decoration: underline;
 }
+