From e05cd8830007d0b1fba832530dca255312ba6140 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Wed, 15 Nov 2017 15:13:58 +0000 Subject: [PATCH] changed text color of path --- app/assets/stylesheets/pages/diff.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss index 0e834a5ad90..848d7f144dc 100644 --- a/app/assets/stylesheets/pages/diff.scss +++ b/app/assets/stylesheets/pages/diff.scss @@ -662,6 +662,7 @@ .diff-changed-file-path { direction: rtl; + color: $gl-text-color-tertiary; } .diff-changed-stats {