„threadr/style.css“ ändern
parent
32b6ec8723
commit
f8cf9b31e8
|
@ -290,9 +290,13 @@ ul.list li p {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dropdown {
|
div.dropdown {
|
||||||
color: #fef6e4;
|
color: #fef6e4;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown:hover:not(.active) {
|
||||||
|
background-color: #8bd3dd;
|
||||||
}
|
}
|
Loading…
Reference in New Issue