OpenRewind/src/renderer/index.css
2024-12-29 22:35:25 +08:00

8 lines
93 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-transparent;
}