Fix status message background color

This commit is contained in:
2025-09-16 21:43:42 -04:00
parent 22ccebd84a
commit 96636b5620
+5
View File
@@ -492,6 +492,11 @@
color: white; color: white;
} }
.status-message.warning {
background: var(--error-color);
color: white;
}
.status-message.error { .status-message.error {
background: var(--error-color); background: var(--error-color);
color: white; color: white;