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.
2 parents ae2983a + 03a07c1 commit 4123240Copy full SHA for 4123240
guides/assets/stylesrc/_main.scss
@@ -278,7 +278,6 @@ body.guide {
278
line-height: 1.5;
279
margin: 1em 0;
280
overflow: auto;
281
- color: #222;
282
} // pre, code
283
284
p code, ul code {
guides/assets/stylesrc/highlight.scss
@@ -71,6 +71,7 @@
71
.n { color: #f8f8f2; } /* Name */
72
.o { color: #ff699b; } /* Operator */
73
.p { color: #f8f8f2; } /* Punctuation */
74
+ .pi { color: #c74646; } /* Punctuation.Indicator */
75
.cm { color: #b4b4b3; } /* Comment.Multiline */
76
.cp { color: #b4b4b3; } /* Comment.Preproc */
77
.c1 { color: #b4b4b3; } /* Comment.Single */
0 commit comments