Just link colors

This commit is contained in:
Lena Schimmel 2019-07-10 00:54:02 +02:00
parent 5919398352
commit f2f2f6e448

View file

@ -210,7 +210,13 @@ textarea {
padding: 20px 20px;
border-right: 1px solid #f4f4f4;
text-decoration: none;
color: black;
}
.header li a.active {
font-weight: 600;
}
.header li a:hover {
background-color: #f4f4f4;
}