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

5 lines
145 B
SCSS
Raw Normal View History

$blue-color: #06f;
.blackText {
2018-03-28 13:51:05 +00:00
text-shadow: $gray-600 1px 1px 1px, $gray-600 -1px 1px 1px, $gray-600 1px -1px 1px, $gray-600 -1px -1px 1px;
}