Skip to content

Commit 44ebcb5

Browse files
committed
Update Navi
1 parent 080f8db commit 44ebcb5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/assets/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@
44
.md-typeset h3 {
55
color: var(--md-accent-fg-color);
66
font-weight: bold;
7+
}
8+
9+
/* Add separator line before System Manual in Sidebar */
10+
.md-nav__item a[href*='system_manual'] {
11+
margin-top: 15px;
12+
padding-top: 15px;
13+
border-top: 1px solid var(--md-default-fg-color--lightest);
714
}

0 commit comments

Comments
 (0)