css: fix swapped parent/child notice backgrounds.

This commit is contained in:
evazion
2019-09-18 03:40:11 -05:00
parent b24ce0922a
commit 162ca0782a

View File

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