css: fix swapped parent/child notice backgrounds.
This commit is contained in:
@@ -90,8 +90,8 @@
|
||||
--wiki-page-versions-version-color: #AAA;
|
||||
|
||||
--post-notice-border: 1px solid #DDD;
|
||||
--post-parent-notice-background: var(--warning-background-color);
|
||||
--post-child-notice-background: var(--success-background-color);
|
||||
--post-parent-notice-background: var(--success-background-color);
|
||||
--post-child-notice-background: var(--warning-background-color);
|
||||
--post-pending-notice-background: #D8D8FC;
|
||||
--post-flagged-notice-background: var(--error-background-color);
|
||||
--post-banned-notice-background: var(--error-background-color);
|
||||
|
||||
Reference in New Issue
Block a user