Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix font styles on web (#3162)

authored by

Eric Bailey and committed by
GitHub
1aaed1cc f6685419

+6
+3
bskyweb/templates/base.html
··· 43 43 height: calc(100% + env(safe-area-inset-top)); 44 44 scrollbar-gutter: stable both-edges; 45 45 } 46 + html, body { 47 + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; 48 + } 46 49 47 50 /* Buttons and inputs have a font set by UA, so we'll have to reset that */ 48 51 button, input, textarea {
+3
web/index.html
··· 47 47 height: calc(100% + env(safe-area-inset-top)); 48 48 scrollbar-gutter: stable both-edges; 49 49 } 50 + html, body { 51 + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; 52 + } 50 53 51 54 /* Buttons and inputs have a font set by UA, so we'll have to reset that */ 52 55 button, input, textarea {