Make the secondary colors of the lumen theme more visible
This commit is contained in:
parent
88946dac64
commit
03fbc518da
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ $teal: #20c997 !default;
|
|||
$cyan: #75caeb !default;
|
||||
|
||||
$primary: $blue !default;
|
||||
$secondary: $gray-200 !default;
|
||||
$secondary: $gray-900 !default;
|
||||
$success: $green !default;
|
||||
$info: $cyan !default;
|
||||
$warning: $yellow !default;
|
||||
|
|
Loading…
Reference in a new issue