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 00e226c commit f8f8abaCopy full SHA for f8f8aba
src/css/custom.css
@@ -15,7 +15,7 @@
15
--ifm-color-primary-lightest: #0e85ff;
16
--ifm-code-font-size: 95%;
17
--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;
+ --ifm-link-color: #3a5978; /* Darker gray-blue */
+ --ifm-link-hover-color: #2c4359; /* Even darker on hover */
+ --ifm-link-decoration: none; /* Remove default underline */
21
}
0 commit comments