diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-21 08:54:24 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-21 08:54:24 +0100 |
commit | 2e0182b27821edc3c61b3aac5e8b214f7d08d8c2 (patch) | |
tree | 4034d663e04e8e62e7aabb848fe1dc7928abb65b /app/assets | |
parent | b4ed6efd50face25fa52693415616d5f3c7964e2 (diff) | |
download | gitlab-ce-2e0182b27821edc3c61b3aac5e8b214f7d08d8c2.tar.gz |
Fixed issue with author link color on dark diffsnote-username-text-color
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index aacb12532c3..e308f01f91b 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -196,6 +196,9 @@ ul.notes { } } + .author_link { + color: $gl-gray; + } } .note-headline-light, |