Skip to content

Commit 04f583d

Browse files
committed
try dark green for font color
1 parent a498ce5 commit 04f583d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/css/toc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979

8080
.toc .toc-menu a:hover {
81-
color: var(--color-brand-primary);
81+
color: var(--link-font-color);
8282
-webkit-text-stroke-width: 0.01em;
8383
}
8484

src/css/vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
--heading-font-weight: normal;
8989
--alt-heading-font-weight: var(--body-font-weight-bold);
9090
--section-divider-color: var(--panel-border-color);
91-
--link-font-color: #0b40e3;
91+
--link-font-color: #006346;
9292
--link_hover-font-color: var(--link-font-color);
9393
--link_unresolved-font-color: var(--important-color);
9494
--abstract-background: var(--color-smoke-70);

0 commit comments

Comments
 (0)