summaryrefslogtreecommitdiff
path: root/_high-contrast-colors.scss
diff options
context:
space:
mode:
Diffstat (limited to '_high-contrast-colors.scss')
-rw-r--r--_high-contrast-colors.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/_high-contrast-colors.scss b/_high-contrast-colors.scss
index 0d48644..15fdec3 100644
--- a/_high-contrast-colors.scss
+++ b/_high-contrast-colors.scss
@@ -38,6 +38,7 @@ $button_mix_factor: 10%;
// cards
$card_bg_color: if($variant == 'light', darken($bg_color, 12%), lighten($bg_color, 12%));
+$card_outer_borders_color: $card_bg_color;
// notifications
$bubble_buttons_color: if($variant == 'light', darken($bg_color, 22%), lighten($bg_color, 31%));