Skip to content

Commit

Permalink
Merge branch 'alert_block_colors' into slate
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Jan 9, 2024
2 parents 339a9f4 + 8842304 commit 13d2cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/_site-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $primary-a0: hsl($primary-h, 62%, 97%) !default;

// ALERT-BLOCK CUSTOM COLORS
$alert-danger: #a32219 !default;
$alert-danger-text: $white !default;
$alert-danger-text: #fff !default;
$alert-warning: #eb973f !default;
$alert-warning-text: $body-color !default;
$alert-info: #f0c250 !default;
Expand Down

0 comments on commit 13d2cb8

Please sign in to comment.