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 8a44845 commit 23e0622Copy full SHA for 23e0622
src/components/paginationNav.tsx
@@ -12,7 +12,7 @@ export function PaginationNav({
12
return (
13
<a href={`/${node.path}`} className="no-underline">
14
<div
15
- className={`py-3 px-4 border-2 rounded-md transition-colors hover:[border-color:var(--accent)] ${
+ className={`py-3 px-4 border-2 dark:[border-color:var(--gray-4)] rounded-md transition-colors hover:[border-color:var(--accent)] ${
16
title === 'Previous' ? 'text-left' : 'text-right'
17
}`}
18
>
0 commit comments