fchat-rising/scss/themes/variables/_default_derived.scss
2019-01-03 18:38:17 +01:00

9 lines
118 B
SCSS

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