chore: update terminal css

This commit is contained in:
Peter Steinberger
2026-01-06 07:57:38 +01:00
parent d14505ff78
commit b472143882

View File

@@ -70,11 +70,14 @@ html[data-theme="dark"] {
box-sizing: border-box;
}
html,
body {
html {
height: 100%;
}
body {
min-height: 100%;
}
body {
margin: 0;
font-family: var(--font-body);