0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-03-21 23:37:27 +09:00
yude.jp/styles/globals.css

12 lines
152 B
CSS
Raw Normal View History

2021-05-23 15:45:42 +09:00
@tailwind base;
2021-02-07 11:29:21 +09:00
@tailwind components;
@tailwind utilities;
2021-05-23 15:45:42 +09:00
@layer base {
h1 {
@apply text-2xl;
}
h2 {
@apply text-xl;
}
}