We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080f8db commit 44ebcb5Copy full SHA for 44ebcb5
1 file changed
docs/assets/css/custom.css
@@ -4,4 +4,11 @@
4
.md-typeset h3 {
5
color: var(--md-accent-fg-color);
6
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);
14
}
0 commit comments