From 3bf6617ff65471f832c934961aa7f2dd2461f692 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Thu, 5 Nov 2015 17:50:08 +0530 Subject: [PATCH] UX: lighten background of Suggested Topics pop-up --- app/assets/stylesheets/desktop/compose.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/compose.scss b/app/assets/stylesheets/desktop/compose.scss index 100b4437570..18faf89732f 100644 --- a/app/assets/stylesheets/desktop/compose.scss +++ b/app/assets/stylesheets/desktop/compose.scss @@ -65,7 +65,7 @@ } .similar-topics { - background-color: dark-light-choose(scale-color($tertiary, $lightness: 60%), scale-color($tertiary, $lightness: -60%)); + background-color: dark-light-diff($tertiary, $secondary, 85%, -65%); a[href] { color: dark-light-diff($primary, $secondary, -10%, 10%);