From 35b1a2762bbe13c0e027d5d54079746e7b06b59a Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 11:10:59 +0800 Subject: style.css: Make links brighter in dark mode --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 04b2612..94084dc 100644 --- a/static/style.css +++ b/static/style.css @@ -16,7 +16,7 @@ html { html { --background-color: hsl(0, 0%, 0%); --text-color: hsl(0, 0%, 100%); - --link-color: hsl(320, 50%, 64%); + --link-color: hsl(320, 50%, 76%); --light-text-color: hsl(0, 0%, 78%); --darker-border-color: hsl(0, 0%, 35%); --lighter-border-color: hsl(0, 0%, 25%); -- cgit v1.2.3