summaryrefslogtreecommitdiff
path: root/_colors.scss
diff options
context:
space:
mode:
authorSam Hewitt <sam@snwh.org>2022-10-17 13:43:46 -0230
committerFlorian Müllner <fmuellner@gnome.org>2022-10-22 18:08:48 +0200
commit18acfc0f6785c4bde925ae8e2f83f8df10565eea (patch)
tree2821be966502fcf11ed8d89331f8890c40d69cc8 /_colors.scss
parent42d5c358311ae1c7cc329200bc7be2a2b32d1f51 (diff)
downloadgnome-shell-sass-18acfc0f6785c4bde925ae8e2f83f8df10565eea.tar.gz
css: Tidy up the card style
- remove the drop shadow - clean up mixin references Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2513>
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%));