summaryrefslogtreecommitdiffstats
path: root/sass/base/_color.scss
blob: 91c815168167a1980abd9e5005675b7b2ac311e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// background
$color-background: #0f0f0f;
$color-header: #140607;
$color-footer: #140607;
$color-index: #200607;
$color-content: #212121;
// text
$color-main: #258fb8;
$color-gray01: #666;
$color-gray02: #999;
$color-gray03: #ccc;
$color-gray04: #ddd;
$color-gray05: #fff;