This commit is contained in:
Thijs Stobbelaar 2023-11-03 22:49:20 +01:00
parent 28b8e093ee
commit 6d14373706

View file

@ -31,7 +31,7 @@
/* Add a grey background color on mouse-over */
.topnav a:hover {
background-color: #000000;
color: rgb(255, 255, 255);
color: #33ff33;
}
/* Style the active link (or home/logo) */