File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ picture:
75
75
76
76
# BUILD SETTINGS
77
77
markdown : kramdown
78
- highlighter : pygments
78
+ highlighter : rouge
79
79
sass :
80
80
sass_dir : _sass
81
81
style : :compressed
Original file line number Diff line number Diff line change 63
63
.il { color : #009999 } /* Literal.Number.Integer.Long */
64
64
65
65
/* * Custom **/
66
- .highlight pre { word-wrap : normal }
66
+ /* .highlight pre { word-wrap: normal }
67
67
.highlight pre code { white-space: pre }
68
- .lineno { opacity :.2 ; color : #cccccc ;-webkit-transition : opacity .5s linear ; transition : opacity .5s linear ;} / * Line nos */
69
- .highlight :hover .lineno { opacity : 1 } / * Show line nos on hover */
68
+ .lineno { opacity:.2; color: #cccccc;-webkit-transition: opacity .5s linear; transition: opacity .5s linear;} ! * Line nos *!
69
+ .highlight:hover .lineno { opacity: 1 } ! * Show line nos on hover *! */
You can’t perform that action at this time.
0 commit comments