Commit 06495f90957c167214ff0dbf4b7ff6934f2c63d8

Ayesh Karunaratne 2020-06-28T01:43:47

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

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/themes/prism-okaidia.css b/themes/prism-okaidia.css
index fcb5fc4..cf04068 100644
--- a/themes/prism-okaidia.css
+++ b/themes/prism-okaidia.css
@@ -52,7 +52,7 @@ pre[class*="language-"] {
 .token.prolog,
 .token.doctype,
 .token.cdata {
-	color: slategray;
+	color: #8292a2;
 }
 
 .token.punctuation {