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

_vars.scss « scss « assets - github.com/serg/yourfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17a4bb4cfa262648a9d8860d6de2eba368d50b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$white-color: #ffffff;

$text-color: #2f2f2f;
$accent-color: #224afa;
$background-color: $white-color;
$group-text-color: #989898;
$hero-color: #f1f1f1;
$border-color: #ebebeb;
$burger-color: #171616;

$accent-hover-color: #1538d1;
$tile-text-hover-color: $white-color;