chore: add webkit adjust text size cc20ccd1
Steve · 2026-06-09 15:57 1 file(s) · +8 −1
apps/kepler/static/styles.css +8 −1
36 36
}
37 37
* { scrollbar-width: none; -ms-overflow-style: none; }
38 38
39 -
html { background: var(--bg); color: var(--fg); font-size: 14px; line-height: 1.6; }
39 +
html {
40 +
    background: var(--bg);
41 +
    color: var(--fg);
42 +
    font-size: 14px;
43 +
    line-height: 1.6;
44 +
    -webkit-text-size-adjust: 100%;
45 +
    text-size-adjust: 100%;
46 +
}
40 47
html::-webkit-scrollbar { display: none; }
41 48
42 49
body { min-height: 100vh; padding: 0; }