remove link underlines

This commit is contained in:
Josh Holtrop 2019-06-09 22:43:44 -04:00
parent 254584435f
commit 66fac4f982

View File

@ -25,6 +25,9 @@
max-width: 120ex;
padding: 1ex;
}
a {
text-decoration: none;
}
.code {
padding-left: 2ex;
}