Skip to content

Commit 6c5e5f7

Browse files
committed
code highlighting for .hll (new lines added)
1 parent 2bb0168 commit 6c5e5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/assets/stylesrc/highlight.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
&.console,
6464
&.erb,
6565
&.html { color: #fff; }
66-
.hll { background-color: #272822; }
66+
.hll { background-color: #3a3939; border-left: 3px solid #00F0FF;} /* $gray-700, $tip */
6767
.c { color: #b4b4b3; } /* Comment */
6868
.err { color: #ff0088; background-color: #1e0010 } /* Error */
6969
.k { color: #9decfc; } /* Keyword */

0 commit comments

Comments
 (0)