summaryrefslogtreecommitdiff
path: root/_colors.scss
diff options
context:
space:
mode:
Diffstat (limited to '_colors.scss')
-rw-r--r--_colors.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/_colors.scss b/_colors.scss
index c42a955..b83b1ed 100644
--- a/_colors.scss
+++ b/_colors.scss
@@ -40,6 +40,7 @@ $button_mix_factor: 5%;
// cards
$card_bg_color: if($variant == 'light', darken($bg_color, 5%), lighten($bg_color, 2%));
+$card_outer_borders_color: transparentize($fg_color, 0.98);
// notifications
$bubble_buttons_color: if($variant == 'light', darken($bg_color, 12%), lighten($bg_color, 10%));