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;