Skip to content

Commit 950d0b6

Browse files
author
Ram swaroop
committed
code syntax css changes
1 parent f42d025 commit 950d0b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/external/_syntax.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,9 @@
6161
.vg { color: #008080 } /* Name.Variable.Global */
6262
.vi { color: #008080 } /* Name.Variable.Instance */
6363
.il { color: #009999 } /* Literal.Number.Integer.Long */
64+
65+
/** Custom **/
66+
.highlight pre { word-wrap: normal }
67+
.highlight pre code { white-space: pre }
6468
.lineno { opacity:.2; color: #cccccc;-webkit-transition: opacity .5s linear; transition: opacity .5s linear;} /* Line nos */
6569
.highlight:hover .lineno { opacity: 1 } /* Show line nos on hover */

0 commit comments

Comments
 (0)