From bfbdfac8a35f565f7621904a472eefc0aaa7529e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Tue, 6 Feb 2024 21:16:30 +0100 Subject: [PATCH] Fix input styling --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index 957af72..7196494 100644 --- a/assets/style.css +++ b/assets/style.css @@ -309,6 +309,7 @@ input button{ background-color: var(--third-bg); color: var(--primary-text); + border:2px solid var(--primary); } input