Merge "Rely on core .new color"

This commit is contained in:
jenkins-bot 2020-06-17 14:44:37 +00:00 committed by Gerrit Code Review
commit f88be3b2c7
2 changed files with 2 additions and 3 deletions

View file

@ -93,7 +93,7 @@
@semiTransparent: rgba( 0, 0, 0, 0.8 );
@linkColor: @colorProgressive;
@redLinkColor: @colorError;
@color-link--new: @colorError;
@lastModifiedBarActiveBackgroundColor: #00af89;
@toastNotificationColor: @colorGray2;

View file

@ -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;
}
}