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;