Skip to content

Commit

Permalink
improve search modal dark mode contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 committed Mar 7, 2024
1 parent 4b81320 commit 3029c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class LitdevSearchOption extends LitElement {
}
em {
color: var(--sys-color-primary);
color: var(--sys-color-primary-variant);
font-style: normal;
text-decoration: underline;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-dev-content/src/components/litdev-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ export class LitDevSearch extends LitElement {
}
.group .descriptor {
color: var(--sys-color-primary);
color: var(--sys-color-primary-variant);
font-size: 20px;
display: flex;
Expand Down

0 comments on commit 3029c0e

Please sign in to comment.