Files
web/src/app/globals.css

6 lines
59 B
CSS
Raw Normal View History

2025-03-04 10:10:35 +08:00
@import "tailwindcss";
body {
2025-03-11 14:57:23 +08:00
color: hsl(0, 0%, 20%);
2025-03-04 10:10:35 +08:00
}