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: ( ...@@ -62,18 +62,18 @@ $project-colors-title-fonts: (
background-color: $teckids-orange; background-color: $teckids-orange;
} }
.navbar-brand>a { #main-navbar .navbar-brand > a {
color: white; color: white;
font-weight: bold; font-weight: bold;
} }
@include desktop { @include desktop {
#main-navbar>*>*>*>a { #main-menu > div > .navbar-item > a {
color: white; color: white;
font-weight: bold; font-weight: bold;
} }
#main-navbar>*>*>*>a:hover { #main-menu > div > .navbar-item > a:hover {
color: $teckids-orange; 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