From b702283d3dc5f99478269ceb487ee1c8264999f3 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 23 Feb 2025 15:16:55 +1100 Subject: notifications: use accent colour for normal --- 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 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 { -- cgit v1.2.3-freya