From 236356bfe2ae1bb2e484e4dfcd552ee920f316b4 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 1 Aug 2013 11:43:13 -0700 Subject: [PATCH] add foreground color to @mentions --- app/assets/stylesheets/application/topic.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application/topic.css.scss b/app/assets/stylesheets/application/topic.css.scss index 5479a6e234d..1cb4bf9ad44 100644 --- a/app/assets/stylesheets/application/topic.css.scss +++ b/app/assets/stylesheets/application/topic.css.scss @@ -160,6 +160,7 @@ @include border-radius-all(6px); background-color: $quote-background; padding: 2px 5px; + color: $darkish_gray; } a.mention { cursor: pointer;