Skip to content

Commit

Permalink
index link color, fix #2245
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Apr 16, 2023
1 parent d469a62 commit b2995f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b2995f8

Please sign in to comment.