We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015615d commit c9373efCopy full SHA for c9373ef
.changeset/strong-poets-move.md
@@ -0,0 +1,5 @@
1
+---
2
+"gitbook": patch
3
4
+
5
+Fix bold header links hover color
packages/gitbook/src/components/Header/HeaderLink.tsx
@@ -159,7 +159,7 @@ function getHeaderLinkClassName(_props: { headerPreset: CustomizationHeaderPrese
159
'links-accent:py-0.5', // Prevent underline from being cut off at the bottom
160
161
'theme-bold:text-header-link',
162
- 'theme-bold:hover:text-header-link'
+ 'theme-bold:hover:!text-header-link/7'
163
);
164
}
165
0 commit comments