changed navigation colors

This commit is contained in:
Logsol 2013-07-19 16:04:54 +02:00
parent 5226cb4c3b
commit ecbba5fcf5

View file

@ -92,7 +92,7 @@ ul {
} }
#navi li:hover a { #navi li:hover a {
background: #416843; background: #59af5e;
} }
#navi ul { #navi ul {
@ -108,8 +108,8 @@ ul {
#navi li:hover ul a { #navi li:hover ul a {
display: block; display: block;
background: #416843; background: #59af5e;
background: rgba(65, 104, 67, 0.8); background: rgba(89, 175, 94, 0.85);
} }
#navi li:hover ul a:hover { #navi li:hover ul a:hover {