From 6d9354f2127f9cae81f9b679a2eb54a9549bc8a8 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 24 Jan 2016 11:39:26 -0500 Subject: [PATCH] Increase color contrast Closes #338. --- 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..60c47df2 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: #888; $inputFocusBorder: #35b5f4; @@ -30,8 +30,8 @@ $selectionText: #fff; $highlightBackground: #fffdcd; -$linkColor: #0082c6; -$linkColorHover: #0072c5; +$linkColor: #3377c0; +$linkColorHover: #2f6cb6; $headerBackground: #f0f0f0; $headerBorder: #d9d9d9;