Skip to content

Commit

Permalink
refactor: improve colors to better handle WCAG standards
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Mar 20, 2024
1 parent 2dc586e commit edc1b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ $cyans: (

// scss-docs-start theme-color-variables
$primary: #5856d6 !default;
$secondary: #9da5b1 !default;
$success: #2eb85c !default;
$secondary: #6b7785 !default;
$success: #1b9e3E !default;
$info: #39f !default;
$warning: #f9b115 !default;
$danger: #e55353 !default;
Expand Down

0 comments on commit edc1b60

Please sign in to comment.