From 651f24f641be948a1350d6c86dcac70750058a13 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 27 Feb 2021 20:06:49 +1100 Subject: [PATCH] update vanilla template --- .../templates/templates/vanilla/frontend/main.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/v2/internal/templates/templates/vanilla/frontend/main.css b/v2/internal/templates/templates/vanilla/frontend/main.css index 2ddc5f885..d17eac875 100644 --- a/v2/internal/templates/templates/vanilla/frontend/main.css +++ b/v2/internal/templates/templates/vanilla/frontend/main.css @@ -14,6 +14,17 @@ body { margin-top: 1rem; } +button { + -webkit-appearance: default-button; + padding: 6px; +} + +#name { + border-radius: 3px; + outline: none; + height: 20px; +} + #logo { width: 50%; height: 50%;