mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 11:00:08 +00:00
11 lines
236 B
Plaintext
11 lines
236 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% );
|
|
}
|
|
}
|
|
}
|