From 62f248503f7395b5cfcc2806f0e031b7898b5d8c Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Wed, 14 Mar 2018 14:00:02 -0700 Subject: [PATCH] Update link color for Minerva skin This adds consistency with the Apps, Wikimedia Portal and wikimedia base ui. Bug: T178862 Change-Id: I5ecd8d1e9c69c61ef784d61b435af4240dd79c57 --- minerva.less/minerva.variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minerva.less/minerva.variables.less b/minerva.less/minerva.variables.less index f129158..966f6e8 100644 --- a/minerva.less/minerva.variables.less +++ b/minerva.less/minerva.variables.less @@ -52,7 +52,7 @@ @chromeColor: @grayLightest; @semiTransparent: rgba( 0, 0, 0, 0.8 ); -@linkColor: #002bb8; +@linkColor: @colorProgressive; @redLinkColor: @colorErrorText; @lastModifiedBarActiveBackgroundColor: #00af89; @toastNotificationColor: @colorGray2;