Improve text colors in submission feedback

pull/239/head
ElementalAlchemist 4 years ago
parent c88b9f6ac5
commit 02833b3be1

@ -259,13 +259,13 @@ a,
} }
.submission-response-pending { .submission-response-pending {
color: #990; color: #cc0;
} }
.submission-response-error { .submission-response-error {
color: #900; color: #c00;
} }
.submission-response-success { .submission-response-success {
color: #060; color: #0c0;
} }

Loading…
Cancel
Save