website/input.css

11 lines
138 B
CSS

@tailwind base;
@layer base {
article > p > a {
@apply text-sky-400 !important;
}
}
@tailwind components;
@tailwind utilities;