tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
don't render alt-text in images
awarm.space
3 months ago
36a4ad9c
9d2fc1f9
+5
1 changed file
expand all
collapse all
unified
split
app
globals.css
+5
app/globals.css
···
211
211
212
212
/* END GLOBAL STYLING */
213
213
}
214
214
+
215
215
+
img {
216
216
+
font-size: 0;
217
217
+
}
218
218
+
214
219
button:hover {
215
220
cursor: pointer;
216
221
}