Fix bold header links hover color (#3255)

This commit is contained in:
Zeno Kapitein
2025-06-03 15:18:04 +02:00
committed by GitHub
parent 015615de8a
commit c9373efdb5
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"gitbook": patch
---
Fix bold header links hover color
@@ -159,7 +159,7 @@ function getHeaderLinkClassName(_props: { headerPreset: CustomizationHeaderPrese
'links-accent:py-0.5', // Prevent underline from being cut off at the bottom
'theme-bold:text-header-link',
'theme-bold:hover:text-header-link'
'theme-bold:hover:!text-header-link/7'
);
}