Skip to content

Commit

Permalink
change warning color for light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
woodiertexas authored May 18, 2024
1 parent 6a55ad3 commit 8369a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/themes/light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ $role-modifier-amount-tertiary: 40%;
@import "../../node_modules/bulma/sass/utilities/functions";
@import "../common/colours";

$warning: #e7b416;

$primary-lighter: bulmaLighten($primary, 41%);
$dark: $primary-lighter;
$white: #fefcff;
Expand Down

0 comments on commit 8369a28

Please sign in to comment.