From 53f673c651177643cb2f23892ccbf19b7b23a656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Tue, 6 Feb 2024 21:14:17 +0100 Subject: [PATCH] Fix input styling --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 8530551..5255fdf 100644 --- a/assets/style.css +++ b/assets/style.css @@ -299,7 +299,7 @@ header a,.error-code color:var(--primary); } -input +input, button { background-color: var(--third-bg); border:2px solid var(--primary);