„content/stylesheet.css“ ändern

master
flambus 2020-02-19 09:57:14 +01:00
parent 589249a96f
commit 3b0f1052e1
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ul.topnav {
margin: 0;
padding: 0;
overflow: hidden;
background-color: #d3d3d3;
background-color: #8bd3dd;
}
ul.topnav li {float: left;}
@ -18,7 +18,7 @@ ul.topnav li a {
text-decoration: none;
}
ul.topnav li a:hover:not(.active) {background-color: #111;}
ul.topnav li a:hover:not(.active) {background-color: #f582ae;}
ul.topnav li a.active {background-color: #4CAF50;}