font:bold

This commit is contained in:
NOrtmann1
2026-05-11 09:17:07 +02:00
parent 99f874820f
commit 6c4041ba16
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,13 +27,13 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
.nav__item {
position: relative;
margin: 0 0.5rem;
font-weight: 600;
}
.nav__dropdown-toggle {
background: none;
border: none;
cursor: pointer;
font-weight: 600;
}
.nav__dropdown-menu {