mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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