From 2de966fe590feea1740b13038431b17c13cdf643 Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Tue, 16 Nov 2021 07:50:03 -0500 Subject: [PATCH] (enh) improve accessibility of default theme --- src/styles/default.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/default.css b/src/styles/default.css index b34cccf640..4499d5ed39 100644 --- a/src/styles/default.css +++ b/src/styles/default.css @@ -26,7 +26,7 @@ code.hljs { /* end baseline CSS */ .hljs { - background: #F0F0F0; + background: #F3F3F3; color: #444; } @@ -43,7 +43,7 @@ code.hljs { .hljs-params {} .hljs-comment { - color: #888888; + color: #697070; } .hljs-tag, .hljs-punctuation { @@ -100,7 +100,7 @@ code.hljs { /* Language color: hue: 90; */ .hljs-literal { - color: #78A960; + color: #695; } .hljs-built_in, @@ -118,7 +118,7 @@ code.hljs { } .hljs-meta .hljs-string { - color: #4d99bf; + color: #38a; }