Added text-shadon in header menu and main text

New text-shadow rules for:
* .navbar-custom a
* .intro .intro-body .intro-text
This commit is contained in:
Jorge Arias 2015-11-11 02:48:49 -03:00
parent 892680a041
commit b55b5fcf87

View file

@ -81,6 +81,7 @@ a {
}
a {
color: $light;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.nav {
li {
@ -147,6 +148,7 @@ a {
}
.intro-text {
font-size: 18px;
text-shadow: 1px 0 1px #000;
}
}
@media(min-width:768px) {