From cd3c9fe6e481c2b857cfeead5e0e2d7a412ef573 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Thu, 3 Jul 2025 22:50:41 +0200 Subject: [PATCH] style forms --- themes/basspistol2025/assets/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/basspistol2025/assets/css/style.css b/themes/basspistol2025/assets/css/style.css index 23bca3e..814f83f 100644 --- a/themes/basspistol2025/assets/css/style.css +++ b/themes/basspistol2025/assets/css/style.css @@ -313,6 +313,11 @@ article { background-color: black; padding: 0; } + .inf-input > input { + color: orange; + background-color: black; + border: 1px solid orange; + } @media screen and (max-width: 1024px) {