commit | 063a7c4b5eea65f5ec4dc90281890258773edb04 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Wed Nov 12 20:11:55 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Wed Nov 12 20:11:55 2014 +0000 |
tree | 544a6ffafbb48f5c3ee5d4553c33c5831120c7ad | |
parent | 7e25959c0ab7f2456b93d1f30c01cf35b09c5ce5 [diff] |
Changed alertify colors
diff --git a/public/sass/alertify.scss b/public/sass/alertify.scss index 498a072..fcaafb7 100644 --- a/public/sass/alertify.scss +++ b/public/sass/alertify.scss
@@ -1,5 +1,9 @@ @import "colors"; +article.alertify-log { + text-shadow:none; +} + article.alertify-log-warn { background-color: $dark-orange; -} \ No newline at end of file +}