This commit is contained in:
Lanta 2023-11-03 22:49:20 +01:00
parent fa997f46cd
commit bc5d71f029

View file

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