diff options
| -rw-r--r-- | scss/notifpopups.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/notifpopups.scss b/scss/notifpopups.scss index afe322d..f9b0df4 100644 --- a/scss/notifpopups.scss +++ b/scss/notifpopups.scss @@ -37,6 +37,7 @@ } &.critical { + @include lib.border(scheme.$red, 0.5); @include popup(scheme.$red, 0.8); } } |