Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client
117
fork

Configure Feed

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

Add font smoothing stuff to embed (#10204)

authored by

Samuel Newman and committed by
GitHub
a0d4af5c 5ad3597f

+6
+6
bskyembed/src/index.css
··· 2 2 @tailwind components; 3 3 @tailwind utilities; 4 4 5 + :root { 6 + -webkit-font-smoothing: antialiased; 7 + -moz-osx-font-smoothing: grayscale; 8 + text-rendering: optimizeLegibility; 9 + } 10 + 5 11 .break-word { 6 12 word-break: break-word; 7 13 }