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; }