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 d469a62 commit b2995f8Copy full SHA for b2995f8
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- Fixed broken semantic coloring, #2247.
6
- Increased contrast for parameter titles in dark mode to meet WCAG AA contrast requirements, #2244.
7
+- Underline color of index links now matches the text color, #2245.
8
9
## v0.24.3 (2023-04-16)
10
static/style.css
@@ -737,6 +737,7 @@ a.tsd-index-link {
737
line-height: 1.25rem;
738
display: inline-flex;
739
align-items: center;
740
+ color: var(--color-text);
741
}
742
.tsd-accordion-summary,
743
.tsd-accordion-summary a {
0 commit comments