We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb0168 commit 6c5e5f7Copy full SHA for 6c5e5f7
guides/assets/stylesrc/highlight.scss
@@ -63,7 +63,7 @@
63
&.console,
64
&.erb,
65
&.html { color: #fff; }
66
- .hll { background-color: #272822; }
+ .hll { background-color: #3a3939; border-left: 3px solid #00F0FF;} /* $gray-700, $tip */
67
.c { color: #b4b4b3; } /* Comment */
68
.err { color: #ff0088; background-color: #1e0010 } /* Error */
69
.k { color: #9decfc; } /* Keyword */
0 commit comments