From 0dc0762fdf6f10ce270e013c9a0b2f7d0587eda5 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 27 Feb 2021 16:45:30 +1100 Subject: [PATCH] update vanilla template --- v2/internal/templates/templates/vanilla/frontend/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/v2/internal/templates/templates/vanilla/frontend/main.css b/v2/internal/templates/templates/vanilla/frontend/main.css index 819f40053..498037ee4 100644 --- a/v2/internal/templates/templates/vanilla/frontend/main.css +++ b/v2/internal/templates/templates/vanilla/frontend/main.css @@ -4,6 +4,11 @@ html { color: white; } +body { + color: white; + margin: 0; +} + #input { margin: 3rem; }