add width and style to mobile category borders
This commit is contained in:
parent
e5888cf090
commit
d7692ba6fd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue