Skip to content

Commit 3240f13

Browse files
committed
fix pre bg color
1 parent 5b17d66 commit 3240f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/base/_text.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ pre {
210210
@include word-wrap(break-all);
211211

212212
white-space: pre-wrap;
213-
background-color: $maingrey;
213+
background-color: $light-gray;
214214
border: 1px solid $darkcolor;
215215
border-radius: $base-border-radius;
216216
}

0 commit comments

Comments
 (0)