From 06495f90957c167214ff0dbf4b7ff6934f2c63d8 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Sun, 28 Jun 2020 01:43:47 +0700 Subject: [PATCH] Okaidia theme: Update comment text color to meet WCAG contrast recommendations to AA level (#2292) --- themes/prism-okaidia.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/prism-okaidia.css b/themes/prism-okaidia.css index fcb5fc4e4b..cf04068a45 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 {