diff --git a/scss/notifpopups.scss b/scss/notifpopups.scss index afe322d8..f9b0df45 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); } }