The code and data behind xeiaso.net
5
fork

Configure Feed

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

undo that experiment

Signed-off-by: Xe Iaso <me@christine.website>

Xe Iaso 424da2a2 6fdff75a

+4 -4
+4 -4
static/css/hack.css
··· 8 8 text-rendering: geometricPrecision; 9 9 } 10 10 body { 11 - font-size: 1.125rem; 11 + font-size: 1rem; 12 12 line-height: 1.75rem; 13 13 margin: 0; 14 - font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; 14 + font-family: Menlo, monospace; 15 15 word-wrap: break-word; 16 16 } 17 17 ::selection { ··· 160 160 .hack blockquote, 161 161 .hack em, 162 162 .hack strong { 163 - font-size: 1.125rem; 163 + font-size: 1rem; 164 164 font-style: normal; 165 - font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; 165 + font-family: Menlo, monospace; 166 166 } 167 167 .hack blockquote, 168 168 .hack code,