web-flasher-ng/assets/css/main.scss
2024-12-07 17:48:13 +01:00

20 lines
No EOL
228 B
SCSS

@tailwind base;
@layer base {
p {
@apply mb-2;
}
a {
@apply link link-primary;
}
}
@tailwind components;
@tailwind utilities;
@import "@xterm/xterm/css/xterm.css";
body {
@apply min-h-screen bg-base-200;
}