forked from verdnatura/salix-front
Merge pull request 'refs #6363 - Fix style in LoginMain when darkmode is activated' (!131) from 6363_lilium_darkMode_login into dev
Reviewed-on: verdnatura/salix-front#131 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
a6484964dd
|
@ -17,9 +17,9 @@ a {
|
|||
// Removes chrome autofill background
|
||||
input:-webkit-autofill,
|
||||
select:-webkit-autofill {
|
||||
color: $input-text-color !important;
|
||||
color: var(--vn-text) ;
|
||||
font-family: $typography-font-family;
|
||||
-webkit-text-fill-color: $input-text-color !important;
|
||||
-webkit-text-fill-color: var(--vn-text) ;
|
||||
-webkit-background-clip: text !important;
|
||||
background-clip: text !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue