Number manual sidebar navigation
This commit is contained in:
@@ -80,18 +80,29 @@ a:hover {
|
||||
.nav-tree a {
|
||||
border-radius: 6px;
|
||||
color: #374151;
|
||||
display: block;
|
||||
display: flex;
|
||||
font-size: 14px;
|
||||
gap: 6px;
|
||||
line-height: 1.35;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.nav-number {
|
||||
color: #94a3b8;
|
||||
flex: 0 0 auto;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.nav-tree a.active {
|
||||
background: #dbeafe;
|
||||
color: #1d4ed8;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.nav-tree a.active .nav-number {
|
||||
color: #2563eb;
|
||||
}
|
||||
|
||||
main {
|
||||
min-width: 0;
|
||||
padding: 36px;
|
||||
|
||||
Reference in New Issue
Block a user