Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_colors.scss « delight « themes « sass « assets - github.com/kdevo/osprey-delight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93eca64c2509290470c562adbc9698f622938d14 (plain)
1
2
3
4
5
6
7
8
9

$primary-fg-color: #212121;
$primary-bg-color: #FFFFFF;
$button-bg-color: #4E6B6C;
$secondary-bg-color: #F7F7F7;
$accent-color: #0097A7;
$alt-text-color: #898989;

@import "../color-map-light"