commit | c6d1f47943a1fc21fcf83878dcb5ce816f5702a8 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Fri Jul 18 17:48:57 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Fri Jul 18 17:48:57 2014 +0000 |
tree | e5277809daebdf06d9e1d5c6f535779b05f2ecd5 | |
parent | 13bad6a364d183c5eb0f5e16219a68919033ec37 [diff] [blame] |
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