From 35b1a2762bbe13c0e027d5d54079746e7b06b59a Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 11:10:59 +0800 Subject: [PATCH] style.css: Make links brighter in dark mode --- static/style.css | 2 +- diff --git a/static/style.css b/static/style.css index 04b26122a5216410c27eb09d8fa4109f68989931..94084dc9b87299cf60ab0fcad9fdc2d608f7dde5 100644 --- a/static/style.css +++ b/static/style.css @@ -16,7 +16,7 @@ @media (prefers-color-scheme: dark) { 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%); -- 2.48.1