aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-08-12 09:14:54 +0800
committerRunxi Yu <me@runxiyu.org>2025-08-12 09:14:54 +0800
commit066b68cf07e9d79ba890fbd93f5729060b0b4f81 (patch)
treeb8760f5d57a8905cac0600d739c701c264c2b3f8
parentAdd admin user type in constraints (diff)
downloadforge-066b68cf07e9d79ba890fbd93f5729060b0b4f81.tar.gz
forge-066b68cf07e9d79ba890fbd93f5729060b0b4f81.tar.zst
forge-066b68cf07e9d79ba890fbd93f5729060b0b4f81.zip
Increase text decoration brightness
-rw-r--r--forged/static/style.css2
1 files changed, 1 insertions, 1 deletions
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%);
}