Files
annikadev.com/input.css
T

17 lines
248 B
CSS
Raw Normal View History

2022-08-09 16:47:50 -06:00
@tailwind base;
@tailwind components;
@tailwind utilities;
.text-shadow {
text-shadow: 1px 1px 3px #000000e0;
}
html {
scroll-behavior: smooth
}
@media screen and (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}