Skip to content

Commit b50e99b

Browse files
committed
cool font added
1 parent ac98883 commit b50e99b

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
markdown: redcarpet
2-
# pygments: true
1+
markdown: rdiscount
2+
pygments: true
33
permalink: /:month-:day-:year/:title.html

css/syntax.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ code.yaml .nv {color: #fff;}
3232
}
3333

3434
code {
35-
font-family: "Bitstream Vera Sans Mono",monospace;
36-
color: #222;
37-
padding: 5px;
38-
background: white;
35+
color: white;
36+
background: #222;
3937
}

0 commit comments

Comments
 (0)