Strike through the removed part of diff entries

Communicate better that the part marked with - is the removed part by
striking out the text.
This commit is contained in:
Hornwitser 2025-09-06 16:51:31 +02:00
parent 6d9d937c70
commit 96681bfd37

View file

@ -51,6 +51,9 @@ defineProps<{
.removed {
color: color-mix(in srgb, CanvasText, red 40%);
}
.removed .content{
text-decoration-line: line-through;
}
.added {
color: color-mix(in srgb, CanvasText, green 40%);
}