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