diff options
Diffstat (limited to 'scss/notifpopups.scss')
| -rw-r--r-- | scss/notifpopups.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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); |