diff options
Diffstat (limited to 'forged/static')
-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%); } |