8000 highlighter ui fix · JavaK2/JavaNotes@7682327 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7682327

Browse files
committed
highlighter ui fix
1 parent 0a15ee7 commit 7682327

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ picture:
7575

7676
# BUILD SETTINGS
7777
markdown: kramdown
78-
highlighter: pygments
78+
highlighter: rouge
7979
sass:
8080
sass_dir: _sass
8181
style: :compressed

_sass/external/_syntax.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
.il { color: #009999 } /* Literal.Number.Integer.Long */
6464

6565
/** Custom **/
66-
.highlight pre { word-wrap: normal }
66+
/*.highlight pre { word-wrap: normal }
6767
.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 *!*/

0 commit comments

Comments
 (0)
0