Browse Source

compromise of colors

Deryck 10 years ago
parent
commit
944c6c1ab9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      assets/stylesheets/global/variables-dark.scss

+ 2 - 2
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;