diff options
author | Runxi Yu <me@runxiyu.org> | 2025-08-12 09:14:54 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-08-12 09:14:54 +0800 |
commit | 066b68cf07e9d79ba890fbd93f5729060b0b4f81 (patch) | |
tree | b8760f5d57a8905cac0600d739c701c264c2b3f8 /forged | |
parent | Add admin user type in constraints (diff) | |
download | forge-066b68cf07e9d79ba890fbd93f5729060b0b4f81.tar.gz forge-066b68cf07e9d79ba890fbd93f5729060b0b4f81.tar.zst forge-066b68cf07e9d79ba890fbd93f5729060b0b4f81.zip |
Increase text decoration brightness
Diffstat (limited to 'forged')
-rw-r--r-- | forged/static/style.css | 2 |
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%); } |