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; box-sizing: border-box;
} }
html, html {
body {
height: 100%; height: 100%;
} }
body {
min-height: 100%;
}
body { body {
margin: 0; margin: 0;
font-family: var(--font-body); font-family: var(--font-body);