nav__link bold
This commit is contained in:
+1
-1
@@ -27,7 +27,6 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
|
|||||||
.nav__item {
|
.nav__item {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 0.5rem;
|
margin: 0 0.5rem;
|
||||||
font-weight: 600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav__dropdown-toggle {
|
.nav__dropdown-toggle {
|
||||||
@@ -52,6 +51,7 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
|
|||||||
padding: 0.5rem 1rem; /* Abstand um den Text */
|
padding: 0.5rem 1rem; /* Abstand um den Text */
|
||||||
color: #333;
|
color: #333;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav__dropdown:hover .nav__dropdown-menu {
|
.nav__dropdown:hover .nav__dropdown-menu {
|
||||||
|
|||||||
+1
-1
@@ -58,7 +58,7 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav__right">
|
<div class="nav__right">
|
||||||
<a href = "content/profile.php" class="nav__link nav__item"><b>Dein Profil</b></a>
|
<a href = "content/profile.php" class="nav__link"><b>Profil</b></a>
|
||||||
<div class="nav__search">
|
<div class="nav__search">
|
||||||
<?php
|
<?php
|
||||||
include_once 'search.php';
|
include_once 'search.php';
|
||||||
|
|||||||
Reference in New Issue
Block a user