summaryrefslogtreecommitdiff
path: root/scss/notifpopups.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/notifpopups.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/notifpopups.scss')
-rw-r--r--scss/notifpopups.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/notifpopups.scss b/scss/notifpopups.scss
index f9b0df4..74c5118 100644
--- a/scss/notifpopups.scss
+++ b/scss/notifpopups.scss
@@ -37,8 +37,8 @@
}
&.critical {
- @include lib.border(scheme.$red, 0.5);
- @include popup(scheme.$red, 0.8);
+ @include lib.border(scheme.$error, 0.5);
+ @include popup(scheme.$error, 0.8);
}
}
}