Skip to content

Commit

Permalink
a11y: Update tags on plugins to be lighter color in dark mode (#6080)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane authored Jan 16, 2025
1 parent 64dba37 commit 303d316
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/plugins-list/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,8 @@ ul.pluginsList li p {
.keyword {
font-weight: 300;
color: var(--ifm-color-gray-800);

html[data-theme='dark'] & {
color: var(--ifm-color-gray-100);
}
}

0 comments on commit 303d316

Please sign in to comment.