Fixed incorrect color code causing yellow/orange code blocks

This commit is contained in:
Dan Brown 2020-04-29 18:28:26 +01:00
parent dfceab7cfa
commit 2a2d0aa15b
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -234,7 +234,7 @@ blockquote {
font-size: 0.84em;
border: 1px solid #DDD;
border-radius: 3px;
@include lightDark(background-color, #f8f8f8f, #2b2b2b);
@include lightDark(background-color, #f8f8f8, #2b2b2b);
@include lightDark(border-color, #DDD, #444);
}