Add css for <a> underline.

pull/38/head
Yipeng Liu 2 years ago
parent 6df72884c3
commit 88480a4e17
No known key found for this signature in database
GPG Key ID: 836A2F6C6D60065C

@ -12,6 +12,10 @@
font-family: 'Hack', monospace; font-family: 'Hack', monospace;
} }
a {
text-decoration-line: underline;
}
html, html,
body, body,
body > div:first-child, body > div:first-child,

Loading…
Cancel
Save