discoursegraphs_discourse-g.../styles.css
2025-04-24 20:10:52 +00:00

22 lines
No EOL
357 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
h1 {
@apply text-3xl font-bold mb-4;
}
h2 {
@apply text-2xl font-bold mb-3;
}
h3 {
@apply text-xl font-semibold mb-2;
}
h4 {
@apply text-lg font-bold mb-2;
}
}
.accent-border-bottom {
border-bottom: 2px solid var(--interactive-accent) !important;
}