From a68cb9e832da63d15669e43e503c0ff2987f5456 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 14 Nov 2023 16:52:53 +0100 Subject: [PATCH] changed code block font color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2298b8e..bed803a 100644 --- a/style.css +++ b/style.css @@ -141,7 +141,7 @@ body::-webkit-scrollbar-thumb { /* colors */ .color-code { - color:white; + color:lightgray; background-color:rgb(55, 53, 47); }