mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 13:49:54 -04: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
1 changed files with 3 additions and 0 deletions
|
@ -284,6 +284,9 @@
|
|||
color: darken($darkish_gray, 20%);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
th {
|
||||
background-color: $topic-list-th-background-color;
|
||||
}
|
||||
}
|
||||
|
||||
#topic-footer-buttons {
|
||||
|
|
Loading…
Add table
Reference in a new issue