mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 17:05:29 +08:00
Merge pull request #1060 from ZogStriP/add-background-color-on-suggested-topic-list-header
add background color on suggested topics list header
This commit is contained in:
commit
61a72c6835
@ -284,6 +284,9 @@
|
||||
color: darken($darkish_gray, 20%);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
th {
|
||||
background-color: $topic-list-th-background-color;
|
||||
}
|
||||
}
|
||||
|
||||
#topic-footer-buttons {
|
||||
|
Loading…
x
Reference in New Issue
Block a user