Skip to content

Commit

Permalink
Don't show whitespace colors
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Nov 19, 2024
1 parent eb86ade commit cd9a516
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
background: var(--color-pink-4);
}

& .definition-change.card.updated .new {
& .definition-change.card.updated .new:not(:has(span .blank)) {
background: var(--color-green-5);
}

Expand Down

0 comments on commit cd9a516

Please sign in to comment.