Files
karyaman-project/adventure-rental-app/src/index.css

20 lines
487 B
CSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-login-bg bg-cover bg-center font-sans;
}
/* Webkit Autofill Override */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-text-fill-color: #fff !important;
background-color: transparent !important;
-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.10) inset !important;
transition: background-color 5000s ease-in-out 0s;
}