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

5 lines
129 B
SCSS
Raw Normal View History

$blue-color: #06f;
.blackText {
2018-08-10 16:59:37 +00:00
text-shadow: $gray-600 1px 1px, $gray-600 -1px 1px, $gray-600 1px -1px, $gray-600 -1px -1px;
}