website/input.css

11 lines
138 B
CSS
Raw Permalink Normal View History

2023-01-24 17:20:04 +00:00
@tailwind base;
2023-01-25 18:25:04 +00:00
@layer base {
article > p > a {
@apply text-sky-400 !important;
}
}
2023-01-24 17:20:04 +00:00
@tailwind components;
@tailwind utilities;