Fix status message background color
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user