style: external link use border bottom instead of underline

This commit is contained in:
Tienson Qin
2020-12-20 20:44:14 +08:00
parent c2b0576eb0
commit f791ec9982

View File

@@ -421,7 +421,8 @@ li p:last-child,
}
.external-link {
text-decoration: underline;
text-decoration: none;
border-bottom: 1px solid;
}
.noscroll {