Separated text-shadow definition variable
This commit is contained in:
parent
933d86cd8b
commit
846806e43b
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ a {
|
|||
}
|
||||
.intro-text {
|
||||
font-size: 18px;
|
||||
@if $header-text-shadow {
|
||||
@if $navbar-text-shadow {
|
||||
text-shadow: 1px 0 1px #000;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue