This commit is contained in:
Lanta 2023-11-03 22:44:33 +01:00
parent 36c0a17f0c
commit 1875b93c07

View file

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