diff --git a/components/DiffEntry.vue b/components/DiffEntry.vue index 142f12f..b644248 100644 --- a/components/DiffEntry.vue +++ b/components/DiffEntry.vue @@ -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%); }