Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 9ea8a37

Browse files
committed
code ui changes
1 parent 050f781 commit 9ea8a37

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_sass/base/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$font-family-main: 'Source Sans Pro', Helvetica, Arial, sans-serif;
33
$font-family-headings: 'Source Sans Pro', Helvetica, Arial, sans-serif;
44
$font-size: 1em;
5-
$font-size-code: .85em;
5+
$font-size-code: .95em;
66

77
// Padding
88
$padding-large: 20%;

_sass/external/_syntax.scss

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

6565
/** Custom **/
66-
pre table { width: inherit } /* Work-around for Rouge highlighter */
66+
pre table { width: inherit } /* Work-around for Rouge highlighter */
67+
pre table td { border: none } /* As Rouge highlighter use tables */
6768
.highlight pre { word-wrap: normal }
6869
.highlight pre code { white-space: pre }
6970
.lineno { opacity:.2; color: #cccccc;-webkit-transition: opacity .5s linear; transition: opacity .5s linear;} /* Line nos */

0 commit comments

Comments
 (0)