„threadr/style.css“ ändern

master
flambus 2020-02-24 08:30:10 +01:00
parent 32b6ec8723
commit f8cf9b31e8
1 changed files with 9 additions and 5 deletions

View File

@ -290,9 +290,13 @@ ul.list li p {
}
div.dropdown {
color: #fef6e4;
text-align: center;
font-family: monospace;
font-size: 1em;
text-decoration: none;
color: #fef6e4;
text-align: center;
font-family: monospace;
font-size: 1em;
text-decoration: none;
}
.dropdown:hover:not(.active) {
background-color: #8bd3dd;
}