X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdarkness%2Fstyle.css;h=3bc4c6aeab709ccfb18f2f2e9e32e34883b3f283;hb=5a890b0ef910f58db906cf502e76d3b7eb4aca38;hp=41f695abcac325802c542b8194a04cbe70359fe7;hpb=938b1677f8fdc2bddeb43d964a2da5983c687be6;p=friendica.git diff --git a/view/theme/darkness/style.css b/view/theme/darkness/style.css index 41f695abca..3bc4c6aeab 100644 --- a/view/theme/darkness/style.css +++ b/view/theme/darkness/style.css @@ -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; } +