chore: prettier lint

This commit is contained in:
Timothy Lin
2023-07-22 16:18:02 +08:00
parent dadff718bb
commit 2a18a80fd1
9 changed files with 37 additions and 13 deletions

View File

@ -25,5 +25,7 @@
/* https://stackoverflow.com/questions/61083813/how-to-avoid-internal-autofill-selected-style-to-be-applied */
input:-webkit-autofill,
input:-webkit-autofill:focus {
transition: background-color 600000s 0s, color 600000s 0s;
transition:
background-color 600000s 0s,
color 600000s 0s;
}