Increase contrast for comments in code samples

This commit is contained in:
Adam Wathan 2018-01-12 08:24:11 -05:00
parent c3a389fa38
commit 2d6ccc4751

View File

@ -73,7 +73,7 @@ pre[class*="language-"] {
.token.prolog,
.token.doctype,
.token.cdata {
@apply .text-grey;
@apply .text-grey-dark;
}
.token.punctuation {