Skip to content

Commit

Permalink
fix: source editor autocomplete background
Browse files Browse the repository at this point in the history
Fixes #379
  • Loading branch information
petyosi committed Mar 18, 2024
1 parent 87a5f05 commit a87df2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
background: transparent;
}

& .cm-tooltip-autocomplete {
background: var(--baseBgSubtle);
}


hr[data-lexical-decorator=true].selected {
outline: 2px solid highlight;
Expand Down

0 comments on commit a87df2f

Please sign in to comment.