Skip to content

Commit d2e77fb

Browse files
committed
Better styling of code
1 parent 3e8bbb1 commit d2e77fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_sass/_base.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ blockquote {
129129
*/
130130
pre,
131131
code {
132-
font-size: 15px;
132+
font-size: 14px;
133133
border: 1px solid $grey-color-light;
134134
border-radius: 3px;
135-
background-color: #eef;
135+
background-color: #eee;
136136
}
137137

138138
code {

_sass/_syntax-highlighting.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
.c { color: #998; font-style: italic } // Comment
13-
.err { color: #a61717; background-color: #e3d2d2 } // Error
13+
.err { color: #a61717; } // Error
1414
.k { font-weight: bold } // Keyword
1515
.o { font-weight: bold } // Operator
1616
.cm { color: #998; font-style: italic } // Comment.Multiline

0 commit comments

Comments
 (0)