fchat-rising/scss/themes/variables/_default_derived.scss

9 lines
114 B
SCSS

.purpleText {
text-shadow: #306 0 0 4px;
}
.blackText {
text-shadow: $gray-800 0 0 4px;
}
$blue-color: #06f;