5 lines
68 B
SCSS
5 lines
68 B
SCSS
|
$blue-color: #06f;
|
||
|
|
||
|
.blackText {
|
||
|
text-shadow: $gray-800 0 0 4px;
|
||
|
}
|