Skip to content

Commit f8f8aba

Browse files
committed
Update link styling to darker gray-blue and remove default underline
1 parent 00e226c commit f8f8aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/custom.css

Lines changed: 3 additions & 3 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: #0066cc;
19-
--ifm-link-hover-color: #0057ad;
20-
--ifm-link-decoration: underline;
18+
--ifm-link-color: #3a5978; /* Darker gray-blue */
19+
--ifm-link-hover-color: #2c4359; /* Even darker on hover */
20+
--ifm-link-decoration: none; /* Remove default underline */
2121
}

0 commit comments

Comments
 (0)