Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-21 10:54:24 +0300
committerPhil Hughes <me@iamphill.com>2016-04-21 10:54:24 +0300
commit2e0182b27821edc3c61b3aac5e8b214f7d08d8c2 (patch)
tree4034d663e04e8e62e7aabb848fe1dc7928abb65b /app/assets
parentb4ed6efd50face25fa52693415616d5f3c7964e2 (diff)
Fixed issue with author link color on dark diffs
Diffstat (limited to 'app/assets')
-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,