Files
userbase-homepage/tailwind.style.css
Daniel Vassallo f73fb6b5a3 Initial commit
2019-09-24 15:53:21 -07:00

14 lines
127 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
a {
@apply underline;
}
a:hover {
@apply text-orange-700;
}