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 13d2cb8 + 8b007ff commit ee8afb1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/theme/_site-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ $gdpr-toggle: #b22515 !default;
$gdpr-toggle-border: #000 !default;
$gdpr-focus-color: #ff9800 !default;
$gdpr-link-color: #004285 !default;
$gdpr-focus-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.15),
0 1px 1px rgba(0, 0, 0, 0.075),
0 0 0 0.2rem $gdpr-focus-color !default;
$gdpr-focus-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem $gdpr-focus-color !default;

$caption-text: #455b71 !default;

Expand All @@ -45,9 +43,9 @@ $primary-a0: hsl($primary-h, 62%, 97%) !default;
$alert-danger: #a32219 !default;
$alert-danger-text: #fff !default;
$alert-warning: #eb973f !default;
$alert-warning-text: $body-color !default;
$alert-warning-text: #000 !default;
$alert-info: #f0c250 !default;
$alert-info-text: $body-color !default;
$alert-info-text: #000 !default;

$argument-icon-color: $tertiary !default;
$argument-icon-bg: #f5f6f7 !default;
Expand Down

0 comments on commit ee8afb1

Please sign in to comment.