mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
add width and style to mobile category borders
This commit is contained in:
@@ -78,8 +78,8 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
tr.category-topic-link {
|
||||
border-top: darken($secondary, 3%);
|
||||
border-bottom: darken($secondary, 3%);
|
||||
border-top: darken($secondary, 3%) 1px solid;
|
||||
border-bottom: darken($secondary, 3%) 1px solid;
|
||||
}
|
||||
|
||||
.topic-list.categories {
|
||||
|
||||
Reference in New Issue
Block a user