From fb1685e6af87bb34cf48dfe6d4e97f4b180b4de6 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 28 May 2023 16:18:32 -0400 Subject: Better contrast ratio + restore welcome text position --- static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/css/styles.css') 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; } -- cgit v1.2.3