Skip to content

Commit 2d6ccc4

Browse files
committed
Increase contrast for comments in code samples
1 parent c3a389f commit 2d6ccc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_assets/less/prism.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pre[class*="language-"] {
7373
.token.prolog,
7474
.token.doctype,
7575
.token.cdata {
76-
@apply .text-grey;
76+
@apply .text-grey-dark;
7777
}
7878

7979
.token.punctuation {

0 commit comments

Comments
 (0)