Update link color for Minerva skin

This adds consistency with the Apps, Wikimedia Portal
and wikimedia base ui.

Bug: T178862
Change-Id: I5ecd8d1e9c69c61ef784d61b435af4240dd79c57
This commit is contained in:
jdlrobson 2018-03-14 14:00:02 -07:00 committed by Jdlrobson
parent ab34733382
commit 62f248503f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
@chromeColor: @grayLightest;
@semiTransparent: rgba( 0, 0, 0, 0.8 );
@linkColor: #002bb8;
@linkColor: @colorProgressive;
@redLinkColor: @colorErrorText;
@lastModifiedBarActiveBackgroundColor: #00af89;
@toastNotificationColor: @colorGray2;