doordesk-js/frontend/src/root.css

22 lines
318 B
CSS
Raw Normal View History

2023-06-16 00:05:37 -04:00
@tailwind base;
@tailwind components;
2023-06-17 00:12:25 -04:00
@tailwind utilities;
/* for innerHTML articles */
2023-06-17 04:15:28 -04:00
article p {
@apply mt-5;
@apply indent-4;
2023-06-17 00:12:25 -04:00
}
article h3 {
2023-06-17 04:15:28 -04:00
@apply mt-8;
}
article h3 {
@apply text-2xl text-orange-600;
}
article a {
@apply text-orange-300 hover:underline border-orange-300 duration-300;
2023-06-17 00:12:25 -04:00
}