File tree 2 files changed +17
-9
lines changed
2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -53,20 +53,29 @@ ul li {
53
53
margin-left : 1.55em ;
54
54
}
55
55
56
- blockquote {
57
- background-color : # e9e9e9 ;
58
- padding : 0.15em 2em ;
56
+ pre {
57
+ margin : 0.5em 0 ;
59
58
}
60
59
61
- div .highlight {
62
- background-color : # eee ;
60
+ /* code blocks */
61
+ div .highlighter-rouge , blockquote {
62
+ background-color : # f9f9f9 ;
63
63
border : 1px solid # ccc ;
64
- padding : 1 em ;
64
+ padding : 0.5 em 1.5 em ;
65
65
border-radius : 3px ;
66
- margin-bottom : 10 px ;
66
+ margin : 0.5 em 0 em 1.5 em ;
67
67
}
68
68
69
- div .highlight pre {
69
+ /* inline code highlights */
70
+ code .highlighter-rouge {
71
+ color : # 666 ;
72
+ background-color : # f9f9f9 ;
73
+ border : 1px solid # ccc ;
74
+ padding : 0.5em ;
75
+ border-radius : 3px ;
76
+ }
77
+
78
+ .highlight {
70
79
overflow : auto
71
80
}
72
81
Original file line number Diff line number Diff line change 1
- .highlight { background : # ffffff ; }
2
1
.highlight .c { color : # 999988 ; font-style : italic } /* Comment */
3
2
.highlight .err { color : # a61717 ; background-color : # e3d2d2 } /* Error */
4
3
.highlight .k { font-weight : bold } /* Keyword */
You can’t perform that action at this time.
0 commit comments