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