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 c902366 commit fe862ecCopy full SHA for fe862ec
src/components/Navbar.tsx
@@ -347,7 +347,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
347
<span
348
className={twMerge(
349
`px-2 py-px uppercase font-black bg-gray-500/10 dark:bg-gray-500/30 rounded-md text-[.7rem] text-white`,
350
- 'opacity-50 group-hover:opacity-100 transition-opacity',
+ 'opacity-90 group-hover:opacity-100 transition-opacity',
351
'bg-gradient-to-r',
352
library.colorFrom,
353
library.colorTo,
0 commit comments