File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,10 @@ dl dd .interstitial {
45
45
direction : ltr !important ;
46
46
text-align : left !important ;
47
47
48
- pre {margin : 0 ;}
48
+ pre {
49
+ margin : 0 ;
50
+ overflow : visible ; // allows for the blue highlight to be seen
51
+ }
49
52
50
53
button .clipboard-button {
51
54
color : $gray-100 ;
Original file line number Diff line number Diff line change 63
63
& .console ,
64
64
& .erb ,
65
65
& .html { color : #fff ; }
66
- .hll { background-color : #3a3939 ; border-left : 3px solid #00F0FF ;} /* $gray-700, $tip */
66
+ .hll { background-color : #3a3939 ; border-left : 3px solid #00F0FF ; margin-left : -5 px ; padding-left : 5 px ; padding-right : 5 px ; } /* $gray-700, $tip */
67
67
.c { color : #b4b4b3 ; } /* Comment */
68
68
.err { color : #ff0088 ; background-color : #1e0010 } /* Error */
69
69
.k { color : #9decfc ; } /* Keyword */
You can’t perform that action at this time.
0 commit comments