From c8623bb66d6d2e5fb28eeaffe100db76fb7d6dd1 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Sun, 16 Oct 2022 06:17:15 +0300 Subject: [PATCH] Form-Control Adjustments --- themes/Nostalgia.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/Nostalgia.css b/themes/Nostalgia.css index 5e67e545..a37fd328 100644 --- a/themes/Nostalgia.css +++ b/themes/Nostalgia.css @@ -333,8 +333,9 @@ a { .form-control { border: none; + border-radius: 0px; color: #ffffff !important; - transform: translateX(6px)!important; + transform: translateX(5px)!important; background-color: #404040 !important; }