iets bveter

This commit is contained in:
Thijs Stobbelaar 2023-11-03 22:43:11 +01:00
parent 5618497790
commit 302477adb1

View file

@ -30,12 +30,12 @@
/* Add a grey background color on mouse-over */ /* Add a grey background color on mouse-over */
.topnav a:hover { .topnav a:hover {
background-color: #ddd; background-color: rgb(129, 94, 58);
color: black; color: black;
} }
/* Style the active link (or home/logo) */ /* Style the active link (or home/logo) */
.active { .active {
background-color: #04AA6D; background-color: #000000;
color: white; color: white;
} }