Merge pull request 'fix: set html zoom 1.1 so default scale matches browser 110%' (#32) from fix/base-zoom into dev
All checks were successful
CI / test (push) Successful in 12s
CI / build-dev (push) Successful in 20s

Reviewed-on: #32
This commit was merged in pull request #32.
This commit is contained in:
2026-03-28 15:25:32 -04:00

View File

@@ -25,6 +25,10 @@
--mono: 'JetBrains Mono', 'IBM Plex Mono', monospace; --mono: 'JetBrains Mono', 'IBM Plex Mono', monospace;
} }
html {
zoom: 1.1;
}
html, body { html, body {
height: 100%; height: 100%;
background: var(--bg); background: var(--bg);