From: Coleman Watts Date: Tue, 18 May 2021 19:52:05 +0000 (-0400) Subject: dev/core#2403 - Change Greenwich link color from gray to blue X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9e5c1ca8e24613297a055373517a4644564ece6e;p=civicrm-core.git dev/core#2403 - Change Greenwich link color from gray to blue Fixes dev/core#2403 --- diff --git a/ext/greenwich/scss/_greenwich.scss b/ext/greenwich/scss/_greenwich.scss index b639e1204e..0bf1a36276 100644 --- a/ext/greenwich/scss/_greenwich.scss +++ b/ext/greenwich/scss/_greenwich.scss @@ -1,5 +1,5 @@ /*! Generated by Live LESS Theme Customizer */ - + // // Variables @@ -34,7 +34,7 @@ $body-bg: rgb(255, 255, 255); $text-color: $gray; //** Global textual link color. -$link-color: $brand-primary; +$link-color: #2786c2; //** Link hover color set via `darken()` function. $link-hover-color: darken($link-color, 15%); //** Link hover decoration. @@ -891,4 +891,3 @@ $dl-horizontal-offset: $component-offset-horizontal; $dl-horizontal-breakpoint: $grid-float-breakpoint; //** Horizontal line color. $hr-border: $gray-lighter; - \ No newline at end of file