a tool for shared writing and social publishing
0
fork

Configure Feed

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

fixed iOS's bullshit changing up our font weights just cause it goddamn feels like it

celine bb85415f 9b7f89cc

+3 -2
+1
app/globals.css
··· 21 21 @apply overscroll-y-none; 22 22 min-height: -webkit-fill-available; 23 23 @apply font-sans; 24 + font-synthesis: none; 24 25 } 25 26 26 27 #__next {
+2 -2
components/Blocks.tsx
··· 250 250 251 251 const HeadingStyle = { 252 252 1: "text-xl font-bold", 253 - 2: "text-lg font-bold ", 254 - 3: "text-base font-bold italic text-secondary ", 253 + 2: "text-lg font-bold", 254 + 3: "text-base font-bold text-secondary ", 255 255 } as { [level: number]: string }; 256 256 export function HeadingBlock(props: BlockProps) { 257 257 let headingLevel = useEntity(props.entityID, "block/heading-level");