Skip to content

Commit 693e1bc

Browse files
committed
Make sidebar active item more prominent: bolder weight, stronger background
1 parent 7d39fe5 commit 693e1bc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/mcp-theme.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ body {
9797
}
9898

9999
.tsd-navigation a.current {
100-
background-color: rgba(107, 114, 128, 0.12);
100+
background-color: rgba(107, 114, 128, 0.15);
101101
color: var(--color-text);
102-
font-weight: 600;
102+
font-weight: 700;
103103
}
104104

105105
/* Group headers (Documents, Security, API Documentation) */
@@ -124,9 +124,9 @@ body {
124124
}
125125

126126
.tsd-navigation a.current {
127-
background-color: rgba(229, 231, 235, 0.12);
127+
background-color: rgba(229, 231, 235, 0.15);
128128
color: var(--color-text);
129-
font-weight: 600;
129+
font-weight: 700;
130130
}
131131
}
132132

@@ -140,9 +140,9 @@ body {
140140
}
141141

142142
:root[data-theme='dark'] .tsd-navigation a.current {
143-
background-color: rgba(229, 231, 235, 0.12);
143+
background-color: rgba(229, 231, 235, 0.15);
144144
color: var(--color-text);
145-
font-weight: 600;
145+
font-weight: 700;
146146
}
147147

148148
/* ------------------------------------------------------------------ */

0 commit comments

Comments
 (0)