Skip to content

Commit c9373ef

Browse files
authored
Fix bold header links hover color (#3255)
1 parent 015615d commit c9373ef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/strong-poets-move.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gitbook": patch
3+
---
4+
5+
Fix bold header links hover color

packages/gitbook/src/components/Header/HeaderLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function getHeaderLinkClassName(_props: { headerPreset: CustomizationHeaderPrese
159159
'links-accent:py-0.5', // Prevent underline from being cut off at the bottom
160160

161161
'theme-bold:text-header-link',
162-
'theme-bold:hover:text-header-link'
162+
'theme-bold:hover:!text-header-link/7'
163163
);
164164
}
165165

0 commit comments

Comments
 (0)