diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 4616f13609b..392bc6d9e5e 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -863,9 +863,9 @@ blockquote { /* solo quotes */ .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { - color: $secondary; + color: $tertiary; text-decoration: none; - background-color: scale-color($tertiary, $lightness: 50%); + background-color: scale-color($tertiary, $lightness: 90%); } .dropdown-menu .disabled > a,