From 7e6583ce22d81b76d4da7f484b297e6cd44e10e6 Mon Sep 17 00:00:00 2001 From: Leo Herzog Date: Tue, 10 Nov 2020 16:10:54 -0500 Subject: [PATCH] Improve Contrast --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 6d206f7..ed8da62 100644 --- a/style.css +++ b/style.css @@ -221,7 +221,8 @@ input { width: 440px; height: 40px; margin: 0 0 16px 0; - color: var(--light-blue); + color: var(--grey); + opacity: 0.6; background: var(--dark-blue); border: 1px solid var(--light-blue); box-sizing: border-box;