Okaidia theme: Update comment text color to meet WCAG contrast recommendations to AA level (#2292)

This commit is contained in:
Ayesh Karunaratne 2020-06-28 01:43:47 +07:00 committed by GitHub
parent ad9c13e232
commit 06495f9095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ pre[class*="language-"] {
.token.prolog, .token.prolog,
.token.doctype, .token.doctype,
.token.cdata { .token.cdata {
color: slategray; color: #8292a2;
} }
.token.punctuation { .token.punctuation {