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