diff options
| -rw-r--r-- | scss/notifpopups.scss | 2 | ||||
| -rw-r--r-- | scss/popdowns/notifications.scss | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scss/notifpopups.scss b/scss/notifpopups.scss index 125a9f4..afe322d 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 8b35fc2..b8802d2 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 { |