mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
fix: tweak indicator link text color (#363)
This commit is contained in:
parent
93dbd76324
commit
9a610b8485
|
@ -257,6 +257,19 @@ video {
|
|||
|
||||
.mw-indicator {
|
||||
filter: invert( 1 ) hue-rotate( 180deg );
|
||||
|
||||
// Have to hardcode the color since the filter breaks the color
|
||||
a {
|
||||
color: @color-link;
|
||||
|
||||
&:hover {
|
||||
color: @color-link--hover;
|
||||
}
|
||||
|
||||
&:active {
|
||||
color: @color-link--active;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue