13 lines
125 B
CSS
13 lines
125 B
CSS
@tailwind base;
|
|
|
|
a {
|
|
@apply text-blue-700;
|
|
}
|
|
|
|
a:hover {
|
|
@apply underline;
|
|
}
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|