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 b42b0b3 commit 1b458c4Copy full SHA for 1b458c4
packages/gitbook/src/components/primitives/NavigationLoader.tsx
@@ -12,7 +12,11 @@ export const NavigationLoader = () => {
12
isNavigating ? 'block' : 'hidden animate-fade-out-slow'
13
)}
14
>
15
- <div className={tcls('h-full w-full origin-left animate-crawl bg-primary-solid')} />
+ <div
16
+ className={tcls(
17
+ 'h-full w-full origin-left animate-crawl bg-primary-solid theme-bold:bg-header-link'
18
+ )}
19
+ />
20
</div>
21
);
22
};
0 commit comments