From ff6fc148fd96ec9da880fd34c6e8c55b79ddb2b6 Mon Sep 17 00:00:00 2001 From: ShaneQful Date: Sat, 23 Jan 2016 14:44:19 +0000 Subject: [PATCH] Make devdocs WCAG2.0 AA Colour Contrast Compliant --- assets/stylesheets/global/_variables.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/global/_variables.scss b/assets/stylesheets/global/_variables.scss index 4d8625e3..ce924890 100644 --- a/assets/stylesheets/global/_variables.scss +++ b/assets/stylesheets/global/_variables.scss @@ -13,7 +13,7 @@ $documentBackground: #fafafa; $textColor: #333; $textColorLight: #666; -$textColorLighter: #999; +$textColorLighter: #707070; $inputFocusBorder: #35b5f4; @@ -30,8 +30,8 @@ $selectionText: #fff; $highlightBackground: #fffdcd; -$linkColor: #0082c6; -$linkColorHover: #0072c5; +$linkColor: #0073b3; +$linkColorHover: #005f93; $headerBackground: #f0f0f0; $headerBorder: #d9d9d9;