Skip to content

Commit f2d92ef

Browse files
committed
Change code background color to grey
1 parent a9683fe commit f2d92ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _sass/minima/_base.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ code {
153153
@include relative-font-size(0.9375);
154154
border: 1px solid $grey-color-light;
155155
border-radius: 3px;
156-
background-color: #eef;
156+
background-color: #eee;
157157
}
158158

159159
code {

0 commit comments

Comments
 (0)