Skip to content

Commit c2c4b6e

Browse files
committed
Remove italics on blockquotes
1 parent 84400f8 commit c2c4b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/custom.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ img {
77
}
88

99
blockquote {
10-
font-style: italic;
10+
color: $gray;
1111
border-left: $border;
1212
border-width: 4px;
1313
padding: $spacer-1 0 0 $spacer-2;

0 commit comments

Comments
 (0)