Skip to content

Commit

Permalink
fix unresolved link underline
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb committed Oct 18, 2022
1 parent c073a27 commit f742ebd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions 0.16.0 scss/_full-palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,12 @@
* Prompts
*/

.prompt {
.suggestion-item.is-selected, {
background-color: rgb(var(--ctp-lavender));
color: var(--text-on-accent);
.suggestion-item.is-selected, {
background-color: rgb(var(--ctp-lavender));
color: var(--text-on-accent);

& .suggestion-flair {
color: var(--text-on-accent);
}
& .suggestion-flair {
color: var(--text-on-accent);
}
}

Expand Down
4 changes: 2 additions & 2 deletions theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion theme.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f742ebd

Please sign in to comment.