From a6a6ef8a94d9167fcd487dcf229aeae87c84d58f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 22 Feb 2025 17:25:48 +1100 Subject: scss: make notifpopup shadow default --- scss/notifpopups.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/notifpopups.scss') diff --git a/scss/notifpopups.scss b/scss/notifpopups.scss index 04e0b2b..125a9f4 100644 --- a/scss/notifpopups.scss +++ b/scss/notifpopups.scss @@ -26,7 +26,7 @@ .inner { @include lib.rounded(8); - @include lib.shadow(black, 0.64, 0, 0, 3); + @include lib.shadow; &.low { @include popup(scheme.$overlay0, 0.3); -- cgit v1.2.3-freya