From 1ce92e4d07b67db01c8851073f8ace2bae6ff3cd Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 10 Oct 2020 23:39:29 +0200 Subject: Oki, 777 is too light --- quotes/public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quotes/public/style.css') diff --git a/quotes/public/style.css b/quotes/public/style.css index 483289a..a4eaf19 100644 --- a/quotes/public/style.css +++ b/quotes/public/style.css @@ -4,7 +4,7 @@ body { margin: 0; height: 100%; width: 100%; - color: #777; + color: #424242; line-height: 1.6; background-color: #eec0c6; background-image: linear-gradient(315deg, #eec0c6 0%, #7ee8fa 74%); @@ -54,7 +54,7 @@ input, button, select { width: 100%; - color: #777; + color: #424242; } @media only screen and (max-width: 700px) { -- cgit v1.2.3