dev/core#2403 - Change Greenwich link color from gray to blue
authorColeman Watts <coleman@civicrm.org>
Tue, 18 May 2021 19:52:05 +0000 (15:52 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 18 May 2021 19:52:05 +0000 (15:52 -0400)
Fixes dev/core#2403

ext/greenwich/scss/_greenwich.scss

index b639e1204e041b80789b67ca5037a2e9fe0fcdbc..0bf1a362769e8b07f232a23406115640f5ec25ed 100644 (file)
@@ -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