diff options
author | Sven Gothel <[email protected]> | 2019-04-18 15:25:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-18 15:25:41 +0200 |
commit | 0f23259840ecd4148c1630aecb4780cf827daafb (patch) | |
tree | 989de0c337b8a3551c7aa0824858b480095f4d78 /style.css | |
parent | fd7ab11b0dbe84c1254955e8432dd6d70500aaca (diff) |
Fix 'menu li' style: don't override background
Diffstat (limited to 'style.css')
-rwxr-xr-x | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,10 +61,10 @@ a:hover {color:#000000; background-color: #c9e2ff; border-radius: 5px 10px; padd /*webside theme colors*/ #menu {background-color:#c9e2ff; background-image: linear-gradient(#f5f5f5, #c9e2ff, #f5f5f5);} -#menu li, #footer {background-color:#c9e2ff;} #menu a, #footer a, #footer {color: #3b4d4f} -#footer a:hover {background-color:#3b4d4f; color:#c9e2ff} #menu a:hover {color:#444444; background-color: #f5f5f5;} +#footer {background-color:#c9e2ff;} +#footer a:hover {background-color:#3b4d4f; color:#c9e2ff} #menu {height:40px; margin-top:5px;} #menu ul {margin:0; padding:0;} |