Skip to content

Commit b2995f8

Browse files
committed
index link color, fix #2245
1 parent d469a62 commit b2995f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Fixed broken semantic coloring, #2247.
66
- 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.
78

89
## v0.24.3 (2023-04-16)
910

static/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ a.tsd-index-link {
737737
line-height: 1.25rem;
738738
display: inline-flex;
739739
align-items: center;
740+
color: var(--color-text);
740741
}
741742
.tsd-accordion-summary,
742743
.tsd-accordion-summary a {

0 commit comments

Comments
 (0)