mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
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:
parent
f722ba765a
commit
0d1490ce35
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue