Merge "Fix the background colour of comments"

This commit is contained in:
Zuul 2018-09-05 19:54:38 +00:00 committed by Gerrit Code Review
commit c5e62ca56e
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
margin: 0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background-color: $white;
background-color: #fff;
& blockquote {
margin: 0 0 10px;