RWKV-Runner/frontend/src/style.css

9 lines
106 B
CSS
Raw Normal View History

2023-05-04 23:55:24 +08:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2023-05-03 23:38:54 +08:00
body {
margin: 0;
2023-05-04 23:55:24 +08:00
overflow: hidden;
2023-05-03 23:38:54 +08:00
}