a tool for shared writing and social publishing

don't render alt-text in images

+5
+5
app/globals.css
··· 211 211 212 212 /* END GLOBAL STYLING */ 213 213 } 214 + 215 + img { 216 + font-size: 0; 217 + } 218 + 214 219 button:hover { 215 220 cursor: pointer; 216 221 }