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

_colors.scss « dedark « themes « sass « assets - github.com/kdevo/osprey-delight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d05152cb0cc75f991f28d1a428696c98c8ba1e3 (plain)
1
2
3
4
5
6
7
8
9
$primary-fg-color: #fafafa;
$primary-bg-color: #111218;
$button-bg-color: #4F5D75;
$secondary-bg-color: #000303;
$accent-color: #0097A7;
$alt-text-color: $button-bg-color;

@import "../color-map-dark";
$gallery-modal-close-color: #2F4858;