mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Merge "Rely on core .new
color"
This commit is contained in:
commit
f88be3b2c7
|
@ -93,7 +93,7 @@
|
|||
@semiTransparent: rgba( 0, 0, 0, 0.8 );
|
||||
|
||||
@linkColor: @colorProgressive;
|
||||
@redLinkColor: @colorError;
|
||||
@color-link--new: @colorError;
|
||||
@lastModifiedBarActiveBackgroundColor: #00af89;
|
||||
@toastNotificationColor: @colorGray2;
|
||||
|
||||
|
|
|
@ -35,10 +35,9 @@ a {
|
|||
&.new,
|
||||
&.new:visited,
|
||||
&.new:hover {
|
||||
color: @redLinkColor;
|
||||
// Take care of headings in page lists.
|
||||
> * {
|
||||
color: @redLinkColor;
|
||||
color: @color-link--new;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue