„threadr/style.css“ ändern

master
Erik 2020-03-02 08:35:16 +01:00
parent b4baf3a680
commit 1b2a096ae7
1 changed files with 11 additions and 0 deletions

View File

@ -302,6 +302,9 @@ ul.list {
ul.list li {
float: left;
}
ul.list li a {
display: block;
text-align: center;
color: #fef6e4;
@ -311,6 +314,14 @@ ul.list li {
text-decoration: none;
}
ul.list li a:hover:not(.active) {
background-color: #8bd3dd;
}
ul.list li a.active {
background-color: #f582ae;
}
.dropdown-content {
display: none;
position: absolute;