17 lines
197 B
CSS
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;
|
|
}
|