Skip to content

Commit

Permalink
feat: update Toc hover colors for light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nos43ratu committed Nov 27, 2024
1 parent e4c7d30 commit ad7a330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Toc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function Toc({
return (
<nav className="bg-white dark:bg-gray-900/30 border-b border-gray-500/20 shadow-xl divide-y divide-gray-500/20 flex flex-col border-t border-l rounded-l-lg">
<button
className="uppercase p-3 font-black text-center opacity-50 hover:text-white"
className="uppercase p-3 font-black text-center opacity-50 hover:bg-gray-500/10 dark:hover:bg-gray-500/10 transition-colors hover:opacity-100"
onClick={toggleCollapse}
>
On this page
Expand Down

0 comments on commit ad7a330

Please sign in to comment.