various changes
This commit is contained in:
@@ -106,6 +106,23 @@ pre {
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
|
||||
input:-webkit-autofill {
|
||||
-webkit-box-shadow: 0 0 0px 1000px #121212 inset !important; /* match your dark bg */
|
||||
box-shadow: 0 0 0px 1000px #121212 inset !important;
|
||||
-webkit-text-fill-color: white !important; /* match your text color */
|
||||
transition: background-color 5000s ease-in-out 0s;
|
||||
}
|
||||
|
||||
input:focus,
|
||||
input:invalid {
|
||||
outline: none; /* or a custom outline */
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
input[type="password"]:focus::placeholder {
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
/* Remove Safari input shadow on mobile */
|
||||
input[type="text"],
|
||||
input[type="email"] {
|
||||
|
Reference in New Issue
Block a user