Skip to content

Commit 61a72c6

Browse files
committed
Merge pull request discourse#1060 from ZogStriP/add-background-color-on-suggested-topic-list-header
add background color on suggested topics list header
2 parents f39f44d + da6f627 commit 61a72c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/assets/stylesheets/application/topic.css.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,9 @@
284284
color: darken($darkish_gray, 20%);
285285
margin-bottom: 10px;
286286
}
287+
th {
288+
background-color: $topic-list-th-background-color;
289+
}
287290
}
288291

289292
#topic-footer-buttons {

0 commit comments

Comments
 (0)