Merge pull request #1421 from palmerabollo/patch-1

fix: email template typo in alert-warning style
This commit is contained in:
Max Inden 2018-07-04 10:00:39 +02:00 committed by GitHub
commit 7d70fd9031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ a {
font-size: 16px; font-size: 16px;
} }
.alert.alert-warning { .alert.alert-warning {
background-color: ##E6522C; background-color: #E6522C;
} }
.alert.alert-bad { .alert.alert-bad {
background-color: #D0021B; background-color: #D0021B;