summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-21 08:54:24 +0100
committerPhil Hughes <me@iamphill.com>2016-04-21 08:54:24 +0100
commit2e0182b27821edc3c61b3aac5e8b214f7d08d8c2 (patch)
tree4034d663e04e8e62e7aabb848fe1dc7928abb65b
parentb4ed6efd50face25fa52693415616d5f3c7964e2 (diff)
downloadgitlab-ce-note-username-text-color.tar.gz
Fixed issue with author link color on dark diffsnote-username-text-color
-rw-r--r--app/assets/stylesheets/pages/notes.scss3
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,