14 lines
164 B
CSS
14 lines
164 B
CSS
|
@tailwind base;
|
||
|
|
||
|
a {
|
||
|
@apply text-grey-darker no-underline
|
||
|
}
|
||
|
a:hover,
|
||
|
a:focus {
|
||
|
@apply text-blue-dark underline
|
||
|
}
|
||
|
|
||
|
@tailwind components;
|
||
|
|
||
|
@tailwind utilities;
|