From 2a8cf98e5f89ea54554bd55bc10fa028b0320811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Tue, 6 Feb 2024 21:15:49 +0100 Subject: [PATCH] Fix input styling --- assets/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 709881c..957af72 100644 --- a/assets/style.css +++ b/assets/style.css @@ -299,13 +299,18 @@ header a,.error-code color:var(--primary); } -input, button +input { background-color: var(--third-bg); border:2px solid var(--primary); border-radius:50px; } +button{ + background-color: var(--third-bg); + color: var(--primary-text); +} + input { width:175px;