mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 22:53:43 +08:00
add background color on suggested topics list header
This commit is contained in:
parent
f39f44ddbf
commit
da6f627c2f
|
@ -284,6 +284,9 @@
|
|||
color: darken($darkish_gray, 20%);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
th {
|
||||
background-color: $topic-list-th-background-color;
|
||||
}
|
||||
}
|
||||
|
||||
#topic-footer-buttons {
|
||||
|
|
Loading…
Reference in New Issue
Block a user