mediawiki-skins-Citizen/resources/skins.citizen.styles/common/content.less

11 lines
236 B
Plaintext
Raw Normal View History

2020-06-10 22:02:22 +00:00
.mw-body-content {
// Apply only to internal link
2020-06-10 22:02:47 +00:00
a[ href^='/' ] {
2020-06-10 22:02:22 +00:00
.link-content-text(@color-link-active);
&.new {
background-image: linear-gradient( to right, @color-link-new-active 0, @color-link-new-active 100% );
}
}
2020-06-10 22:02:47 +00:00
}