jonbio/css/tailwind.css
2021-09-10 23:23:47 +08:00

18 lines
371 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.task-list-item:before {
@apply hidden;
}
html {
scroll-behavior: smooth;
}
/* 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;
}