diff options
| author | Bobby <[email protected]> | 2023-05-28 16:18:32 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-28 16:18:32 -0400 |
| commit | fb1685e6af87bb34cf48dfe6d4e97f4b180b4de6 (patch) | |
| tree | d36f9a1dfd465d5f9fe480b9ae101916de45ebfd /static/css/styles.css | |
| parent | c13a2641c46cbe3c03cedb4b145ea5503602b24c (diff) | |
| download | thatcomputerscientist-fb1685e6af87bb34cf48dfe6d4e97f4b180b4de6.tar.xz thatcomputerscientist-fb1685e6af87bb34cf48dfe6d4e97f4b180b4de6.zip | |
Better contrast ratio + restore welcome text position
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 0a1d139b..c4d9be36 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -35,7 +35,7 @@ input, textarea { left: 0; right: 0; bottom: 0; - background-color: rgba(0, 0, 0, 0.7); + background-color: rgba(0, 0, 0, 0.8); z-index: -1; } |
