From 2500a8d2935376d399d4840eb14fdf042671209f Mon Sep 17 00:00:00 2001 From: julius Date: Sun, 16 Mar 2025 11:54:48 +0100 Subject: [PATCH] feat: round text inputs --- src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.css b/src/App.css index 97a0241..ed4d8c6 100644 --- a/src/App.css +++ b/src/App.css @@ -154,6 +154,7 @@ input:checked+.slider:before { input { padding: 0.2em 16px; margin-bottom: 0.5em; + border-radius: 1em; } h1,