From 4904eeaa6769bcdc3a026c75522e8ec99ee5ce5c Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 23 Jan 2015 14:03:27 -0800 Subject: [PATCH] more pastel (desaturated) progress bar --- app/assets/stylesheets/desktop/topic.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index de28ec7e8d..273e0240f7 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -204,7 +204,7 @@ a:hover.reply-new { bottom: 0; width: 0; border-right: 1px solid scale-color-diff(); - background-color: dark-light-diff($success, $secondary, 50%, -35%); + background-color: desaturate(dark-light-diff($success, $secondary, 60%, -35%), 30%); transition: width .75s; }