From 2b6a3c07ba1040ceb33b7eedbd8d5c274a9622d6 Mon Sep 17 00:00:00 2001 From: exoego Date: Fri, 4 May 2018 10:07:03 +0900 Subject: [PATCH] Increase color contrast of page title and link. --- _sass/utils/_variables.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/utils/_variables.scss b/_sass/utils/_variables.scss index b40b37998..353b418c4 100755 --- a/_sass/utils/_variables.scss +++ b/_sass/utils/_variables.scss @@ -6,11 +6,11 @@ //------------------------------------------------ $brand-primary: #DC322F; $brand-secondary: #859900; -$brand-tertiary: #5CC6E4; +$brand-tertiary: #0080A3; //------------------------------------------------- $gray-darker: #002B36; $gray-dark: #073642; -$gray: #15414C; +$gray: #133942; $gray-li: #244E58; $gray-light: #E5EAEA; $gray-lighter: #F0F3F3; @@ -53,7 +53,7 @@ $font-black: 900; // Link Colors //------------------------------------------------ -$base-link-color: darken($brand-tertiary, 15%); +$base-link-color: $brand-tertiary; $hover-link-color: $brand-primary; // Border