Update red and green colors to match the Qt GUI colors

This commit is contained in:
Micah Lee 2019-02-17 08:12:45 -08:00
parent 2d78b545a5
commit c349e6049c
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -153,7 +153,7 @@ div#uploads .upload .upload-status {
}
div#uploads .upload input.cancel {
color: #f24537;
color: #d0011b;
border: 0;
background: none;
box-shadow: none;
@ -188,11 +188,11 @@ ul.flashes li {
}
li.error {
color: #dd4040;
color: #d0011b;
}
li.info {
color: #3e933f;
color: #5fa416;
}
.closed-wrapper {