mirror of
https://github.com/sipeed/NanoKVM-USB.git
synced 2026-09-10 21:49:56 -05:00
15 lines
179 B
CSS
15 lines
179 B
CSS
@layer tailwind-base, antd;
|
|
|
|
@layer tailwind-base {
|
|
@tailwind base;
|
|
}
|
|
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html, body {
|
|
padding: 0;
|
|
margin: 0;
|
|
background: #000;
|
|
}
|