From 2e0182b27821edc3c61b3aac5e8b214f7d08d8c2 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Thu, 21 Apr 2016 08:54:24 +0100 Subject: [PATCH] Fixed issue with author link color on dark diffs --- app/assets/stylesheets/pages/notes.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index aacb12532c..e308f01f91 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,