Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Reset button/input font set by UA (#3038)

* fix: reset button/input fonts set by UA

* fix: inherit line-height as well

authored by

Mary and committed by
GitHub
21bdddcf 04d4c977

+12
+6
bskyweb/templates/base.html
··· 44 44 scrollbar-gutter: stable both-edges; 45 45 } 46 46 47 + /* Buttons and inputs have a font set by UA, so we'll have to reset that */ 48 + button, input, textarea { 49 + font: inherit; 50 + line-height: inherit; 51 + } 52 + 47 53 /* Color theming */ 48 54 /* Default will always be white */ 49 55 :root {
+6
web/index.html
··· 48 48 scrollbar-gutter: stable both-edges; 49 49 } 50 50 51 + /* Buttons and inputs have a font set by UA, so we'll have to reset that */ 52 + button, input, textarea { 53 + font: inherit; 54 + line-height: inherit; 55 + } 56 + 51 57 /* Color theming */ 52 58 /* Default will always be white */ 53 59 :root {