Made recommended changes to moderator reports (see #4267)

This commit is contained in:
BrokenEagle
2020-01-21 01:26:52 +00:00
parent 29e8b89c93
commit 5f746c1a34
13 changed files with 21 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ div.comments-for-post {
div.moderation-comments-notice {
margin: 1em 0;
font-weight: bold;
color: red;
color: var(--moderation-report-text-color);
}
div.hidden-comments-notice {
@@ -20,7 +20,7 @@ div.comments-for-post {
}
&[data-is-reported="true"] {
border: solid red;
border: var(--moderation-report-border);
}
&[data-is-voted="true"] {