diff options
author | Phil Hughes <me@iamphill.com> | 2017-11-15 15:13:58 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-11-17 14:51:29 +0000 |
commit | e05cd8830007d0b1fba832530dca255312ba6140 (patch) | |
tree | a5a2ad33194d28dd26cf15ec4eadb3a54e255ffd | |
parent | 323b4b0ffeabad52a37fb5e9aa1df5fa32a5a2ba (diff) | |
download | gitlab-ce-e05cd8830007d0b1fba832530dca255312ba6140.tar.gz |
changed text color of path
-rw-r--r-- | app/assets/stylesheets/pages/diff.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |