From a9a04f3300caad5fb477d5701ea11bd13939fd17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Tue, 6 Feb 2024 21:13:37 +0100 Subject: [PATCH] Fix input styling --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 51ff740..1fe4c0c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -299,9 +299,9 @@ header a,.error-code color:var(--primary); } -#loginForm input,#register_Form input +input { - background:none; + background-color: var(--secondary-bg); border:2px solid var(--primary); border-radius:50px; width:175px;