Files
torsearch/assets/styles/app.css
2025-04-20 12:55:14 -05:00

14 lines
194 B
CSS

@tailwind theme;
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
h1 {
font-size: var(--text-2xl);
}
h2 {
font-size: var(--text-xl);
}
}