Fix status message background color
This commit is contained in:
@@ -492,6 +492,11 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
.status-message.warning {
|
||||
background: var(--error-color);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.status-message.error {
|
||||
background: var(--error-color);
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user