From b4224066f7a846c9983bf287069b932d31f7495a Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Thu, 10 Sep 2020 06:39:36 +1000 Subject: [PATCH] css fix for vanilla --- cmd/templates/vanilla/frontend/src/main.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/cmd/templates/vanilla/frontend/src/main.css b/cmd/templates/vanilla/frontend/src/main.css index 662d0632..cbfc4313 100644 --- a/cmd/templates/vanilla/frontend/src/main.css +++ b/cmd/templates/vanilla/frontend/src/main.css @@ -2,11 +2,17 @@ html, body { background-color: white; + color: black; width: 100%; height: 100%; margin: 0; } +input { + background-color: rgb(254,254,254); + color: black; +} + .container { display: block; width:100%; @@ -17,10 +23,8 @@ body { button { font-size: 1rem; -} - -#newCounter { - color: white; + background-color: white; + color: black; } .result {