Skip to content

Commit e3ce65b

Browse files
MDA2AVclaude
andcommitted
Add nav styling — bold Probe Results, separator before Glossary
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c98eb55 commit e3ce65b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/assets/css/custom.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* Probe Results — primary nav item */
2+
nav.hextra-max-navbar-width a[href*="/probe-results/"] {
3+
font-weight: 700;
4+
}
5+
6+
/* Separator before Glossary */
7+
nav.hextra-max-navbar-width a[href*="/glossary/"] {
8+
margin-left: 12px;
9+
padding-left: 14px;
10+
border-left: 1px solid rgba(128, 128, 128, 0.3);
11+
}

0 commit comments

Comments
 (0)