This commit is contained in:
Ricsi
2016-12-17 22:33:33 +01:00
parent 883eab4cfc
commit 664097a976
7 changed files with 123 additions and 8 deletions

View File

@@ -14,7 +14,8 @@ ul.topnav li a {
color: #002E4C;
}
ul.topnav li a:hover {
background-color: #f77604;
opacity: 0.6;
ul.topnav li a:hover, ul.topnav li a span:hover {
background: transparent;
color: #01112b;
text-decoration: underline;
}