improvement: use skyblue as secondary color

This commit is contained in:
Kazhnuz 2019-10-17 16:02:25 +02:00
parent f94ebd33bd
commit b18330c02e
3 changed files with 19 additions and 19 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -25,10 +25,10 @@ $color-gray3: #839496;
$color-gray4: #93a1a1;
$color-primary: $color-violet;
$color-secondary: $color-blue;
$color-secondary: $color-skyblue;
$color-link: $color-blue;
$color-selection: $color-blue;
$color-link: $color-skyblue;
$color-selection: $color-skyblue;
$color-mark: $color-yellow;
$color-font: $color-dark2;