diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index de28ec7e8..273e0240f 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; }