From 9e5c1ca8e24613297a055373517a4644564ece6e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 18 May 2021 15:52:05 -0400 Subject: [PATCH] dev/core#2403 - Change Greenwich link color from gray to blue Fixes dev/core#2403 --- ext/greenwich/scss/_greenwich.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.25.1