fix(core): add missing plainlinks styles

This commit is contained in:
alistair3149 2022-06-02 16:13:45 -04:00
parent 8ec0400b1a
commit 0ffc78ce9e
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -154,12 +154,9 @@ figcaption,
mask-size: contain;
}
}
}
.plainlinks {
a.external {
padding: 0 !important;
background: none !important;
.plainlinks a.external:after {
content: none;
}
}