Improve text colors in submission feedback

pull/240/head
ElementalAlchemist 3 years ago committed by Christopher Usher
parent 20518af627
commit 7beb658481

@ -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