summaryrefslogtreecommitdiff
path: root/scss/popdowns/notifications.scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-25 17:55:43 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-25 17:55:43 +1100
commit420171ed93b4be4fd455b6a0a4c20b71b06b130f (patch)
treefab221ceb09205b931d32eb0a3d6c4d2c257d098 /scss/popdowns/notifications.scss
parentMerge remote-tracking branch 'refs/remotes/origin/round-gaps' into round-gaps (diff)
downloadcaelestia-shell-420171ed93b4be4fd455b6a0a4c20b71b06b130f.tar.gz
caelestia-shell-420171ed93b4be4fd455b6a0a4c20b71b06b130f.tar.bz2
caelestia-shell-420171ed93b4be4fd455b6a0a4c20b71b06b130f.zip
scheme: use success/error colours
Diffstat (limited to 'scss/popdowns/notifications.scss')
-rw-r--r--scss/popdowns/notifications.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/popdowns/notifications.scss b/scss/popdowns/notifications.scss
index b8802d2..b328a7c 100644
--- a/scss/popdowns/notifications.scss
+++ b/scss/popdowns/notifications.scss
@@ -37,8 +37,8 @@
}
&.critical {
- @include lib.border(scheme.$red, 0.8);
- @include popup(scheme.$red);
+ @include lib.border(scheme.$error, 0.8);
+ @include popup(scheme.$error);
}
}