14 lines
127 B
CSS
14 lines
127 B
CSS
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
a {
|
|
@apply underline;
|
|
}
|
|
|
|
a:hover {
|
|
@apply text-orange-700;
|
|
}
|