couleur navbar

This commit is contained in:
nyanloutre 2017-07-14 16:19:41 +02:00
parent 5ad280404f
commit 1cda0987c6
No known key found for this signature in database
GPG key ID: 4177A74B460FAFD2
3 changed files with 11 additions and 11 deletions

View file

@ -7,18 +7,18 @@
.navbar-brand {
font-weight: 700;
text-transform: uppercase;
color: $theme-primary;
color: black;
@include sans-serif-font;
&:hover,
&:focus {
color: darken($theme-primary, .1);
color: darken(black, .1);
}
}
.navbar-toggle {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: $gray-darker;
color: grey;
}
.navbar-nav {
> li.nav-item {
@ -27,9 +27,9 @@
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
color: $gray-darker;
color: grey;
&:hover {
color: $theme-primary;
color: black;
}
&.active {
color: $theme-primary !important;