diff --git a/app/assets/stylesheets/application/topic.css.scss b/app/assets/stylesheets/application/topic.css.scss index 8b9030ed4b4..ea6c38a3ada 100644 --- a/app/assets/stylesheets/application/topic.css.scss +++ b/app/assets/stylesheets/application/topic.css.scss @@ -284,6 +284,9 @@ color: darken($darkish_gray, 20%); margin-bottom: 10px; } + th { + background-color: $topic-list-th-background-color; + } } #topic-footer-buttons {