Contours moins visibles navbar

This commit is contained in:
nyanloutre 2017-07-14 20:47:38 +02:00
parent cf9a5e1ae4
commit 80ca2f099a
No known key found for this signature in database
GPG Key ID: 4177A74B460FAFD2
3 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ body {
background-color: transparent; }
@media (min-width: 992px) {
#mainNav {
-webkit-text-stroke: 1px black;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.7);
border-color: rgba(255, 255, 255, 0.3);
background-color: transparent; }
#mainNav .navbar-brand {

File diff suppressed because one or more lines are too long

View File

@ -42,7 +42,7 @@
}
}
@media (min-width: 992px) {
-webkit-text-stroke: 1px black;
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.7);
border-color: fade-out(white, .7);
background-color: transparent;
.navbar-brand {