commit | ab4d3caa7d2a11cc4dea6d23472c2d1df839e999 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Fri Apr 17 01:48:43 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Fri Apr 17 01:48:43 2015 +0000 |
tree | 38b2c489010ee92b83fcf32fa11c4dc2bcdece5e | |
parent | 47f366b5f9835ac852e087f835d3657e0b5aea73 [diff] [blame] |
Improved tutorials
diff --git a/dev/scss/main/alertify.scss b/dev/scss/main/alertify.scss new file mode 100644 index 0000000..0eb3194 --- /dev/null +++ b/dev/scss/main/alertify.scss
@@ -0,0 +1,11 @@ +@import "../util"; + +/* +article.alertify-log { + text-shadow:none; +} +*/ + +article.alertify-log-warn { + background-color: $dark-orange; +}