Skip to content

Commit

Permalink
lighten secondary color to be visible in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed Dec 3, 2024
1 parent c715327 commit 6b0ef18
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 148 deletions.
2 changes: 1 addition & 1 deletion scss/bootstrap/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ $cyans: (

// scss-docs-start theme-color-variables
$primary: #4e7bba !default;
$secondary: #4e2889 !default;
$secondary: #8661bd !default;
$success: $green !default;
$info: $cyan !default;
$warning: $yellow !default;
Expand Down
2 changes: 1 addition & 1 deletion scss/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$primary: #4e7bba;
$primary-100: #dde9fb;
$primary-100-dark: #2c4265;
$secondary: #4e2889;
$secondary: #8661bd;

/* custom classes*/
:root {
Expand Down
Loading

0 comments on commit 6b0ef18

Please sign in to comment.