Skip to content

Commit c6c95ee

Browse files
committedNov 15, 2015
slightly decrease code font-size
1 parent 289c7d5 commit c6c95ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ url: "http://dmlc.ml"
1414

1515
# Build settings
1616
markdown: redcarpet
17+
highlighter: pygments
1718

1819
redcarpet:
1920
extensions: ["fenced_code_blocks", "no_intra_emphasis", "tables", "autolink", "strikethrough", "with_toc_data"]

‎_sass/_base.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ 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;
135135
background-color: #eef;

0 commit comments

Comments
 (0)
Please sign in to comment.