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;