hover-effekt in Navbar

This commit is contained in:
2026-06-13 11:19:22 +02:00
parent a5131e33dc
commit c654fab94a
+6
View File
@@ -57,6 +57,12 @@ CSS für die navbar
font-weight: 600; font-weight: 600;
} }
.nav__dropdown-menu a:hover {
background-color: #1d4ed8;
color: #fff; /* Weißer Text für besseren Kontrast auf Blau */
transform: translateY(-2px);
}
.nav__link { .nav__link {
display: inline-block; display: inline-block;
font-weight: 600; font-weight: 600;