feat: remove highlight link style

There is no reliable way to target wikilinks and it is causing a lot of issues
This commit is contained in:
alistair3149 2021-03-09 11:52:11 -05:00
parent f722ba765a
commit 0d1490ce35
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -16,20 +16,6 @@
}
#mw-content-text {
> .mw-parser-output {
/*
* Interal link styles
* Only apply to internal links in article
*/
a[ href^='/' ]:not( .image ):not( .external ) {
.link-content-text( var(--color-primary--hover) );
&.new {
background-image: linear-gradient( to right, var( --color-destructive--hover ) 0, var( --color-destructive--hover ) 100% );
}
}
}
.mw-parser-output {
& > h1,
& > h2,