From a09dc916ee249f798e6f2171a5705da4513d9637 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Wed, 29 Jan 2014 09:43:24 -0500 Subject: [PATCH] making @mention background darker in blockquotes --- app/assets/stylesheets/desktop/topic-post.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 6410a54436f..c1bd61b50f1 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -615,6 +615,8 @@ position: relative; blockquote { /* solo quotes */ margin: 14px 0; padding: 12px; + + a.mention {background: #ddd;} p:first-of-type {margin-top: 0;} p:last-of-type {margin-bottom: 0;} }