Skip to content

Commit 0c9f2ad

Browse files
committed
Lighten PageLinks link color
Update PageLinks component styling: change base text color from text-gray-500 to text-gray-400 and adjust hover from hover:text-gray-600 to hover:text-gray-500 for a slightly lighter link and hover state. No functional changes.
1 parent a63b232 commit 0c9f2ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PageLinks/PageLinks.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function Separator() {
1313
}
1414

1515
const classes =
16-
"text-gray-500 dark:text-gray-200 text-sm cursor-pointer font-sans hover:underline hover:text-gray-600 dark:hover:text-white transition-colors";
16+
"text-gray-400 dark:text-gray-200 text-sm cursor-pointer font-sans hover:underline hover:text-gray-500 dark:hover:text-white transition-colors";
1717

1818
function _handlePrintClick(event) {
1919
event.preventDefault();

0 commit comments

Comments
 (0)