From ce447b4b762fc00845b2ad86fc8f5787b1b49e70 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Wed, 20 Dec 2023 14:12:28 +0100 Subject: [PATCH] refs #6363: style: remove !important darkMode for LoginMain --- src/css/app.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/app.scss b/src/css/app.scss index 5b5f53314..65db51d30 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -17,9 +17,9 @@ a { // Removes chrome autofill background input:-webkit-autofill, select:-webkit-autofill { - color: var(--vn-text) !important; + color: var(--vn-text) ; font-family: $typography-font-family; - -webkit-text-fill-color: var(--vn-text) !important; + -webkit-text-fill-color: var(--vn-text) ; -webkit-background-clip: text !important; background-clip: text !important; }