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 a498ce5 commit 04f583dCopy full SHA for 04f583d
src/css/toc.css
@@ -78,7 +78,7 @@
78
}
79
80
.toc .toc-menu a:hover {
81
- color: var(--color-brand-primary);
+ color: var(--link-font-color);
82
-webkit-text-stroke-width: 0.01em;
83
84
src/css/vars.css
@@ -88,7 +88,7 @@
88
--heading-font-weight: normal;
89
--alt-heading-font-weight: var(--body-font-weight-bold);
90
--section-divider-color: var(--panel-border-color);
91
- --link-font-color: #0b40e3;
+ --link-font-color: #006346;
92
--link_hover-font-color: var(--link-font-color);
93
--link_unresolved-font-color: var(--important-color);
94
--abstract-background: var(--color-smoke-70);
0 commit comments