Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f5e6282

Browse files
committedMar 7, 2025·
better link color
1 parent cd0ec55 commit f5e6282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
--ifm-color-primary-lightest: #0e85ff;
1616
--ifm-code-font-size: 95%;
1717
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
18-
--ifm-link-color: #3a5978; /* Darker gray-blue */
19-
--ifm-link-hover-color: #2c4359; /* Even darker on hover */
18+
--ifm-link-color: #2c5783; /* Darker gray-blue */
19+
--ifm-link-hover-color: #07539b; /* Even darker on hover */
2020
--ifm-link-decoration: none; /* Remove default underline */
2121
}

0 commit comments

Comments
 (0)
Please sign in to comment.