feat: add plainlinks styles

This commit is contained in:
alistair3149 2021-03-02 12:51:52 -05:00
parent 4edd943afa
commit 848d148710
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -144,7 +144,7 @@ figcaption,
// External links
.mw-parser-output {
.external {
a.external {
padding-right: 13px;
background-image: url( images/external-link-ltr-icon.svg );
background-position: center right;
@ -152,6 +152,13 @@ figcaption,
}
}
.plainlinks {
a.external {
padding: 0 !important;
background: none !important;
}
}
@media ( max-width: @screen0 ) {
#mw-content-text {
figcaption,