mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 19:10:34 +00:00
10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
|
.mw-body-content {
|
||
|
// Apply only to internal link
|
||
|
a[href^="/"] {
|
||
|
.link-content-text(@color-link-active);
|
||
|
|
||
|
&.new {
|
||
|
background-image: linear-gradient( to right, @color-link-new-active 0, @color-link-new-active 100% );
|
||
|
}
|
||
|
}
|
||
|
}
|