From d6a9f384aa7215d00c7771aefdba16089dfa68be Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 27 May 2014 11:42:59 -0400 Subject: [PATCH] fixing @mention background in quotes and embeds --- app/assets/stylesheets/desktop/topic-post.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 2324a902541..2bb97f82d64 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -248,7 +248,7 @@ nav.post-controls { .embedded-posts { h1, h2, h3 {margin: 10px 0;} - a.mention {background: scale-color-diff();} + a.mention {background: darken(scale-color-diff(), 10%);} &.bottom { &.hidden {display: block; opacity: 0; } @@ -680,7 +680,7 @@ blockquote { /* solo quotes */ margin: 0; padding: 12px; - a.mention {background: scale-color-diff();} + a.mention {background: darken(scale-color-diff(), 10%);} p:first-of-type {margin-top: 0;} p:last-of-type {margin-bottom: 0;} }