Bluesky app fork with some witchin' additions 💫

Add back deleted css block (#9702)

authored by

Eric Bailey and committed by
GitHub
4760e59e d9e37a22

+14
+14
bskyweb/templates/base.html
··· 37 37 font-style: italic; 38 38 font-display: swap; 39 39 } 40 + html, 41 + body { 42 + margin: 0px; 43 + padding: 0px; 44 + font-family: InterVariable, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Liberation Sans', Helvetica, Arial, sans-serif; 45 + text-rendering: optimizeLegibility; 46 + /* Platform-specific reset */ 47 + -webkit-overflow-scrolling: touch; 48 + -webkit-text-size-adjust: 100%; 49 + -webkit-font-smoothing: antialiased; 50 + -moz-osx-font-smoothing: grayscale; 51 + -ms-overflow-style: scrollbar; 52 + font-synthesis-weight: none; 53 + } 40 54 :root { 41 55 --text: black; 42 56 --background: white;