From 066b68cf07e9d79ba890fbd93f5729060b0b4f81 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 12 Aug 2025 09:14:54 +0800 Subject: Increase text decoration brightness --- forged/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forged/static/style.css b/forged/static/style.css index 13a2c8e..83e156e 100644 --- a/forged/static/style.css +++ b/forged/static/style.css @@ -42,7 +42,7 @@ html { --light-text-color: hsl(0, 0%, 78%); --darker-border-color: hsl(0, 0%, 35%); --lighter-border-color: hsl(0, 0%, 25%); - --text-decoration-color: hsl(0, 0%, 30%); + --text-decoration-color: hsl(0, 0%, 50%); --darker-box-background-color: hsl(0, 0%, 20%); --lighter-box-background-color: hsl(0, 0%, 15%); } -- cgit v1.2.3