From 4760e59ea44cd10b763176a8e183fd72bcedc589 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 15 Jan 2026 08:09:24 -0600 Subject: [PATCH] Add back deleted css block (#9702) --- bskyweb/templates/base.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 7ecfa66017..0c4a91df6b 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -37,6 +37,20 @@ font-style: italic; font-display: swap; } + html, + body { + margin: 0px; + padding: 0px; + font-family: InterVariable, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Liberation Sans', Helvetica, Arial, sans-serif; + text-rendering: optimizeLegibility; + /* Platform-specific reset */ + -webkit-overflow-scrolling: touch; + -webkit-text-size-adjust: 100%; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + -ms-overflow-style: scrollbar; + font-synthesis-weight: none; + } :root { --text: black; --background: white;