diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 736eb7ff60d..3e89870d83b 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -81,7 +81,7 @@ nav.post-controls { color: scale-color($primary, $lightness: 60%); } a, button { - color: scale-color($primary, $lightness: 75%); + color: dark-light-choose(scale-color($primary, $lightness: 75%), scale-color($secondary, $lightness: 25%)); margin-right: 2px; display: inline-block; }