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 | |
| parent | c13a2641c46cbe3c03cedb4b145ea5503602b24c (diff) | |
| download | thatcomputerscientist-fb1685e6af87bb34cf48dfe6d4e97f4b180b4de6.tar.xz thatcomputerscientist-fb1685e6af87bb34cf48dfe6d4e97f4b180b4de6.zip | |
Better contrast ratio + restore welcome text position
| -rw-r--r-- | static/css/home.css | 2 | ||||
| -rw-r--r-- | static/css/styles.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/static/css/home.css b/static/css/home.css index 3b5845df..289a0712 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -15,7 +15,7 @@ width: 375px; margin: 12px 0px 12px 50px; position: relative; - top: -5px; + top: 20px; text-align: justify; } 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; } |
