diff options
Diffstat (limited to 'forged/static')
-rw-r--r-- | forged/static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/forged/static/style.css b/forged/static/style.css index 13a2c8e..4923771 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%); } @@ -304,6 +304,7 @@ th.tdinput input[type=password] { td.tdinput select { position: absolute; background-color: var(--background-color); + color: var(--text-color); border: none; /* width: 100%; |