Fix the background colour of comments

Change-Id: I802c4195ea9a609bf407faa04cbec376ac698680
This commit is contained in:
Adam Coldrick 2018-09-01 14:47:21 +01:00
parent e6bf69db1e
commit ccd398d4a2
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;