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

9 lines
118 B
SCSS

.purpleText {
@include text-outline(#306);
}
.blackText {
@include text-outline($gray-600);
}
$blue-color: #06f;