diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c9e3fac..331c3ff5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Fixed broken semantic coloring, #2247. - Increased contrast for parameter titles in dark mode to meet WCAG AA contrast requirements, #2244. +- Underline color of index links now matches the text color, #2245. ## v0.24.3 (2023-04-16) diff --git a/static/style.css b/static/style.css index f37000af9..76909f14a 100644 --- a/static/style.css +++ b/static/style.css @@ -737,6 +737,7 @@ a.tsd-index-link { line-height: 1.25rem; display: inline-flex; align-items: center; + color: var(--color-text); } .tsd-accordion-summary, .tsd-accordion-summary a {