Skip to content

Commit

Permalink
fix: add a bottom-border to right sidebar items
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 3, 2021
1 parent d74bffb commit e22f96c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,15 @@ body {
}

.cp__right-sidebar .sidebar-item {
border-radius: var(--ct-sidebar-item-border-radius);
margin: var(--ct-sidebar-padding) 0;
background: transparent;
box-shadow: none;
}

.cp__right-sidebar .sidebar-item:not(:last-of-type) {
border-bottom: 1px solid var(--ls-border-color);
}

.cp__right-sidebar {
color: var(--ct-sidebar-font-color);
}
Expand Down

0 comments on commit e22f96c

Please sign in to comment.