diff options
Diffstat (limited to 'scss/notifpopups.scss')
| -rw-r--r-- | scss/notifpopups.scss | 4 |
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); } } } |