Skip to content
Snippets Groups Projects

Make navbar title text bold white and bold orange on hover

Merged codecraft requested to merge white_nav_titles into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -62,7 +62,7 @@ $project-colors-title-fonts: (
background-color: $teckids-orange;
}
#main-navbar>*>a {
.navbar-brand>a {
color: white;
font-weight: bold;
}
Loading