Skip to content
Snippets Groups Projects
Unverified Commit a5e22b9b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Make navbar style selectors more semantic

parent ed8a7eea
No related branches found
No related tags found
No related merge requests found
Pipeline #175383 passed
......@@ -62,18 +62,18 @@ $project-colors-title-fonts: (
background-color: $teckids-orange;
}
.navbar-brand>a {
#main-navbar .navbar-brand > a {
color: white;
font-weight: bold;
}
@include desktop {
#main-navbar>*>*>*>a {
#main-menu > div > .navbar-item > a {
color: white;
font-weight: bold;
}
#main-navbar>*>*>*>a:hover {
#main-menu > div > .navbar-item > a:hover {
color: $teckids-orange;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment