From 944c6c1ab98a1f63bd35cb434371be41cf7df018 Mon Sep 17 00:00:00 2001 From: Deryck Date: Mon, 16 Feb 2015 18:04:55 -0600 Subject: [PATCH] compromise of colors --- assets/stylesheets/global/variables-dark.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/global/variables-dark.scss b/assets/stylesheets/global/variables-dark.scss index e6fbfb28..fb212ba4 100644 --- a/assets/stylesheets/global/variables-dark.scss +++ b/assets/stylesheets/global/variables-dark.scss @@ -9,7 +9,7 @@ $sidebarMediumWidth: 16rem; $contentBackground: #2d2d2d; -$textColor: #e6e6e5; +$textColor: #c9c9c9; $textColorLight: #7e7d7d; $textColorLighter: #6a6868; @@ -29,7 +29,7 @@ $selectionText: #fff; $highlightBackground: #3d4449; -$linkColor: #f7f2f2; +$linkColor: #fff; $linkColorHover: #fff; $headerBackground: #1e1e1e;