From 2c1ba0a8fba342e3393601be9d9501b85f03e337 Mon Sep 17 00:00:00 2001 From: LandaMm Date: Sun, 18 May 2025 20:24:06 +0200 Subject: [PATCH] feat: transparent background for input --- static/css/ui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/ui.css b/static/css/ui.css index 7ce2aca..afc0242 100644 --- a/static/css/ui.css +++ b/static/css/ui.css @@ -15,6 +15,7 @@ .input-field { flex: 1; border: none; + background: transparent; } .input-field:focus {