Modif police

This commit is contained in:
nyanloutre 2017-07-14 19:05:49 +02:00
parent 6bc9a77f14
commit c9a5f2b73e
No known key found for this signature in database
GPG key ID: 4177A74B460FAFD2
8 changed files with 36 additions and 12 deletions

View file

@ -42,20 +42,20 @@
}
}
@media (min-width: 992px) {
border-color: fade-out(black, .7);
border-color: fade-out(white, .7);
background-color: transparent;
.navbar-brand {
color: fade-out(black, .3);
color: fade-out(white, .3);
&:hover,
&:focus {
color: black;
color: white;
}
}
.navbar-nav > li.nav-item > a.nav-link,
.navbar-nav > li.nav-item > a.nav-link:focus {
color: fade-out(black, .3);
color: fade-out(white, .3);
&:hover {
color: black;
color: white;
}
}
&.navbar-shrink {