diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index ea24e39..9ba1a63 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -293,7 +293,8 @@ ul.messages { } &.error { &:before { content: "\f06a"; } /* exclamation-circle */ - border-color: #b00000; + background: linear-gradient(to right, #f64474, #f4635e); + color: white; } .close { float: right; @@ -342,7 +343,8 @@ div.errornotice { } &.errornotice { &:before { content: "\f071"; } /* exclamation-triangle */ - border-color: #b00000; + background: linear-gradient(to right, #f64474, #f4635e); + color: white; } }