Separated text-shadow definition variable

This commit is contained in:
Jorge Arias 2015-11-14 00:59:21 -03:00
parent 933d86cd8b
commit 846806e43b
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ $primary: #00cdff;
$dark: #000;
$light: #fff;
$navbar-text-shadow: true;
$header-text-shadow: true;
$header-background-color: $dark;
$intro-text-color: $light;

View file

@ -159,7 +159,7 @@ a {
}
.intro-text {
font-size: 18px;
@if $header-text-shadow {
@if $navbar-text-shadow {
text-shadow: 1px 0 1px #000;
}
}