Update navbar.css

This commit is contained in:
NOrtmann1
2026-05-11 09:45:41 +02:00
parent d3303de510
commit 134b439fd3
+7 -2
View File
@@ -33,6 +33,10 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
background: none; background: none;
border: none; border: none;
cursor: pointer; cursor: pointer;
font-weight: 600;
padding: 0.5rem 1rem;
color: #fff;
text-decoration: none;
} }
.nav__dropdown-menu { .nav__dropdown-menu {
@@ -53,7 +57,7 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
font-weight: 600; font-weight: 600;
} }
.nav .nav__link { .nav__link {
display: inline-block; display: inline-block;
font-weight: 600; font-weight: 600;
background: none; background: none;
@@ -64,7 +68,7 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
text-decoration: none; text-decoration: none;
} }
.nav .nav__button { .nav__button {
display: inline-block; display: inline-block;
background: #fff; background: #fff;
border: none; border: none;
@@ -76,6 +80,7 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
font-weight: 600; font-weight: 600;
margin-left: 0.5rem; margin-left: 0.5rem;
} }
.nav__dropdown:hover .nav__dropdown-menu { .nav__dropdown:hover .nav__dropdown-menu {
display: block; display: block;
} }