Skip to content

Commit 630cbc8

Browse files
committed
configure underline color on link to match font color
1 parent 3de9f49 commit 630cbc8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/doc.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ h1.page + aside.toc.embedded {
119119
color: var(--link_hover-font-color);
120120
}
121121

122+
.doc a:hover,
123+
.doc a:hover > * {
124+
text-decoration: underline solid currentColor;
125+
}
126+
122127
.doc a.bare {
123128
hyphens: none;
124129
}

0 commit comments

Comments
 (0)