We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d39fe5 commit 693e1bcCopy full SHA for 693e1bc
1 file changed
docs/mcp-theme.css
@@ -97,9 +97,9 @@ body {
97
}
98
99
.tsd-navigation a.current {
100
- background-color: rgba(107, 114, 128, 0.12);
+ background-color: rgba(107, 114, 128, 0.15);
101
color: var(--color-text);
102
- font-weight: 600;
+ font-weight: 700;
103
104
105
/* Group headers (Documents, Security, API Documentation) */
@@ -124,9 +124,9 @@ body {
124
125
126
127
- background-color: rgba(229, 231, 235, 0.12);
+ background-color: rgba(229, 231, 235, 0.15);
128
129
130
131
132
@@ -140,9 +140,9 @@ body {
140
141
142
:root[data-theme='dark'] .tsd-navigation a.current {
143
144
145
146
147
148
/* ------------------------------------------------------------------ */
0 commit comments