Skip to content

Commit 23e0622

Browse files
committed
update border color on dark mode
1 parent 8a44845 commit 23e0622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/paginationNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function PaginationNav({
1212
return (
1313
<a href={`/${node.path}`} className="no-underline">
1414
<div
15-
className={`py-3 px-4 border-2 rounded-md transition-colors hover:[border-color:var(--accent)] ${
15+
className={`py-3 px-4 border-2 dark:[border-color:var(--gray-4)] rounded-md transition-colors hover:[border-color:var(--accent)] ${
1616
title === 'Previous' ? 'text-left' : 'text-right'
1717
}`}
1818
>

0 commit comments

Comments
 (0)