improvement: use skyblue as secondary color
This commit is contained in:
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
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue