From 9a56895164f46857b537cd40aadcb4f8bf1a1a50 Mon Sep 17 00:00:00 2001 From: kageru Date: Fri, 3 Feb 2023 17:44:00 +0100 Subject: [PATCH] make highlight color less aggressive --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 26f5103..d8caef1 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,5 @@ :root { - --hl: #59e9fd; + --hl: #7fc4ff; --bg: black; --bg2: #101012; --fg: #ececef;