remove footnote a border

This commit is contained in:
wangbudui 2020-01-09 23:34:40 +08:00
parent 38d30e6889
commit 0d85b6d003

View File

@ -75,3 +75,7 @@
.markdown a {
@apply border-b border-black;
}
.markdown a.footnote-backref, a.footnote-ref {
@apply border-none;
}