From ac43ce031a2dcab118f884228088e63101bc7e43 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Mon, 4 Dec 2023 11:40:18 +0100 Subject: [PATCH] changed: heading mark color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 52f5651..6a96ffa 100644 --- a/style.css +++ b/style.css @@ -174,7 +174,7 @@ body::-webkit-scrollbar-thumb { } .color-heading-mark { - color: var(--accent); + color: lightgray; } .color-heading {