diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index e964fd720f7..de4ed21e790 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -67,7 +67,7 @@ // add staff color .moderator { - .cooked { + .regular > .cooked { background-color: dark-light-choose($highlight-low, $highlight-medium); padding: 10px; img:not(.thumbnail) { @@ -75,7 +75,7 @@ height: auto; } } - .names { + .clearfix > .topic-meta-data > .names { span.user-title { background-color: dark-light-choose($highlight-low, $highlight-medium); color: dark-light-choose($primary-high, $secondary-low);