We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8bbb1 commit d2e77fbCopy full SHA for d2e77fb
_sass/_base.scss
@@ -129,10 +129,10 @@ blockquote {
129
*/
130
pre,
131
code {
132
- font-size: 15px;
+ font-size: 14px;
133
border: 1px solid $grey-color-light;
134
border-radius: 3px;
135
- background-color: #eef;
+ background-color: #eee;
136
}
137
138
_sass/_syntax-highlighting.scss
@@ -10,7 +10,7 @@
10
11
12
.c { color: #998; font-style: italic } // Comment
13
- .err { color: #a61717; background-color: #e3d2d2 } // Error
+ .err { color: #a61717; } // Error
14
.k { font-weight: bold } // Keyword
15
.o { font-weight: bold } // Operator
16
.cm { color: #998; font-style: italic } // Comment.Multiline
0 commit comments