diff --git a/scss/notifpopups.scss b/scss/notifpopups.scss index 125a9f40..afe322d8 100644 --- a/scss/notifpopups.scss +++ b/scss/notifpopups.scss @@ -33,7 +33,7 @@ } &.normal { - @include popup(scheme.$lavender, 0.3); + @include popup(scheme.$accent, 0.3); } &.critical { diff --git a/scss/popdowns/notifications.scss b/scss/popdowns/notifications.scss index 8b35fc2f..b8802d24 100644 --- a/scss/popdowns/notifications.scss +++ b/scss/popdowns/notifications.scss @@ -32,8 +32,8 @@ } &.normal { - @include lib.border(scheme.$lavender, 0.3); - @include popup(scheme.$lavender); + @include lib.border(scheme.$accent, 0.3); + @include popup(scheme.$accent); } &.critical {