This commit is contained in:
Lanta 2023-11-03 22:51:03 +01:00
parent bc5d71f029
commit d28d9cd173

View file

@ -31,11 +31,11 @@
/* 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: #33ff33; color: #ffffff;
} }
/* Style the active link (or home/logo) */ /* Style the active link (or home/logo) */
.active { .active {
background-color: #333; background-color: #0f0f0f;
color: white; color: #33ff33;
} }