Corrected handling of warn messages
diff --git a/public/sass/alertify.scss b/public/sass/alertify.scss
new file mode 100644
index 0000000..498a072
--- /dev/null
+++ b/public/sass/alertify.scss
@@ -0,0 +1,5 @@
+@import "colors";
+
+article.alertify-log-warn {
+  background-color: $dark-orange;
+}
\ No newline at end of file