From 1c8d176f41aa71f9929e8a7f6e8ad8b9eb5145f7 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 25 Mar 2025 10:13:31 +0800 Subject: Lighter color for the selection --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 9d60fb9..33d1937 100644 --- a/static/style.css +++ b/static/style.css @@ -115,7 +115,6 @@ details { } ::-moz-selection, ::selection { - color: var(--text-color); - background-color: var(--primary-color); + background-color: var(--primary-color-lighter); } -- cgit v1.2.3