From 5ec89349bd0cb5aafc7ced295eeed0172891bd48 Mon Sep 17 00:00:00 2001 From: Dan Watling Date: Fri, 1 Jan 2021 10:12:17 -0600 Subject: [PATCH] Revert to use cyan instead of orange for link colors. --- docs/blog/theme/stylesheet/variables.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/blog/theme/stylesheet/variables.less b/docs/blog/theme/stylesheet/variables.less index 823db9f..6be582a 100644 --- a/docs/blog/theme/stylesheet/variables.less +++ b/docs/blog/theme/stylesheet/variables.less @@ -28,14 +28,14 @@ @sidebar-link-hover-color: @light-grey; // Buttons -@btn-bg: @orange; +@btn-bg: @cyan; @btn-text-color: @white; -@btn-hover-color: @light-orange; +@btn-hover-color: @light-cyan; // Tag cloud -@tag-bg: @orange; +@tag-bg: @cyan; @tag-text-color: @white; -@tag-hover-color: @light-orange; +@tag-hover-color: @light-cyan; // Header @header-text-color: @med-grey;