13 lines
165 B
CSS
13 lines
165 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html,
|
|
body {
|
|
@apply bg-slate-50 text-slate-900;
|
|
}
|
|
|
|
a {
|
|
@apply text-brand-600 hover:text-brand-500;
|
|
}
|