nav__button

This commit is contained in:
NOrtmann1
2026-05-11 09:33:28 +02:00
parent 2ff947e62e
commit fa70550ca2
2 changed files with 13 additions and 2 deletions
+11
View File
@@ -62,6 +62,17 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
text-decoration: none;
}
.nav__button {
background: #fff;
border: none;
border-radius: 4px;
padding: 0.5rem 1rem;
cursor: pointer;
color: #333;
text-decoration: none;
font-weight: 600;
margin-left: 0.5rem;
}
.nav__dropdown:hover .nav__dropdown-menu {
display: block;
}