forked from mirrors/easyappointments
Change the $secondary color to $gray-600 so that it becomes less dark
This commit is contained in:
parent
afe06721f7
commit
6383974c21
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ $teal: #20c997 !default;
|
||||||
$cyan: #75caeb !default;
|
$cyan: #75caeb !default;
|
||||||
|
|
||||||
$primary: $blue !default;
|
$primary: $blue !default;
|
||||||
$secondary: $gray-900 !default;
|
$secondary: $gray-600 !default;
|
||||||
$success: $green !default;
|
$success: $green !default;
|
||||||
$info: $cyan !default;
|
$info: $cyan !default;
|
||||||
$warning: $yellow !default;
|
$warning: $yellow !default;
|
||||||
|
|
Loading…
Reference in a new issue