Files
ssh/frontend/src/style.css
T
jamie 8d8e9c052d
CI / Build and Push (push) Successful in 12s
feat: initial commit
2026-04-17 12:12:31 +01:00

17 lines
197 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html.dark,
html {
color-scheme: dark;
}
.xterm {
padding: 8px 0;
}
.xterm-viewport {
background-color: transparent !important;
}