summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-04-18 15:25:41 +0200
committerSven Gothel <[email protected]>2019-04-18 15:25:41 +0200
commit0f23259840ecd4148c1630aecb4780cf827daafb (patch)
tree989de0c337b8a3551c7aa0824858b480095f4d78 /style.css
parentfd7ab11b0dbe84c1254955e8432dd6d70500aaca (diff)
Fix 'menu li' style: don't override background
Diffstat (limited to 'style.css')
-rwxr-xr-xstyle.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index ed33e13..2a7759c 100755
--- a/style.css
+++ b/style.css
@@ -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;}