summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kämmerle <andreas.kaemmerle@gmail.com>2018-06-11 10:38:07 +0200
committerAndreas Kämmerle <andreas.kaemmerle@gmail.com>2018-06-11 10:38:07 +0200
commitbd40a8d4a4adb4c138c8218dea12c674dec501bd (patch)
treeddf4ddc0328dbc4524c6084b736b92094922a9e1
parentf268da8412fbbec044b1d981f37c7c451059bae9 (diff)
downloadgitlab-ce-bd40a8d4a4adb4c138c8218dea12c674dec501bd.tar.gz
Update theme-gray-600 and gl-text-color-tertiary
-rw-r--r--app/assets/stylesheets/framework/variables.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 497261f938f..e669bd3ec91 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -99,7 +99,7 @@ $theme-gray-200: #dfdfdf;
$theme-gray-300: #cccccc;
$theme-gray-400: #bababa;
$theme-gray-500: #a7a7a7;
-$theme-gray-600: #949494;
+$theme-gray-600: #919191;
$theme-gray-700: #707070;
$theme-gray-800: #4f4f4f;
$theme-gray-900: #2e2e2e;
@@ -191,7 +191,7 @@ $gl-font-weight-normal: 400;
$gl-font-weight-bold: 600;
$gl-text-color: #2e2e2e;
$gl-text-color-secondary: #707070;
-$gl-text-color-tertiary: #949494;
+$gl-text-color-tertiary: #919191;
$gl-text-color-quaternary: #d6d6d6;
$gl-text-color-inverted: rgba(255, 255, 255, 1);
$gl-text-color-secondary-inverted: rgba(255, 255, 255, 0.85);