Merge "Fix the background color of unresolved comments"

This commit is contained in:
Ole Rehmsen
2020-01-25 16:15:04 +00:00
committed by Gerrit Code Review

View File

@@ -68,7 +68,7 @@ html {
/* comment background colors */
--comment-background-color: #e8eaed;
--robot-comment-background-color: #e8f0fe;
--unresolved-comment-background-color: #fef7f0;
--unresolved-comment-background-color: #fef7e0;
/* vote background colors */
--vote-color-approved: #9fcc6b;
--vote-color-disliked: #f7c4cb;