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

9 lines
118 B
SCSS
Raw Normal View History

.purpleText {
2019-01-03 17:38:17 +00:00
@include text-outline(#306);
}
.blackText {
2019-01-03 17:38:17 +00:00
@include text-outline($gray-600);
}
$blue-color: #06f;