mirror of
https://github.com/discoursegraphs/discourse-graph-obsidian.git
synced 2026-07-22 14:30:31 +00:00
22 lines
No EOL
357 B
CSS
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;
|
|
} |