From 9d8e0a54734ac1f0a70d9736b7c8a66e943554bb Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 15 Jul 2023 08:24:14 +0200 Subject: [PATCH] light: lighter hover color --- theme-github.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-github.css b/theme-github.css index d203d46..d30a542 100644 --- a/theme-github.css +++ b/theme-github.css @@ -4,7 +4,7 @@ --color-navbar: #f6f8fa; --color-active: #afb8c133; --color-markup-code-block: #afb8c133; - --color-hover: #c7c7c7; + --color-hover: #92969933; --color-purple: #8250df; --color-green: #1a7f37; --color-green-light: #27c24c;