summaryrefslogtreecommitdiff
path: root/localworddiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-04-21 15:43:46 +0200
committerJonas Smedegaard <dr@jones.dk>2013-04-21 15:43:46 +0200
commitedc4df17a4ad11fc749e9325119492f91b09f0e6 (patch)
treeedeb779d7c8598d968352acc5ff65e8f5e6b01c9 /localworddiff
parentde79a6690eba7e9a3bdc63fdc6e14d8da6c77674 (diff)
Avoid stroke/underline for del and ins.
Diffstat (limited to 'localworddiff')
-rwxr-xr-xlocalworddiff1
1 files changed, 1 insertions, 0 deletions
diff --git a/localworddiff b/localworddiff
index 1c4077a..5a0b929 100755
--- a/localworddiff
+++ b/localworddiff
@@ -47,6 +47,7 @@ cat > "$3" <<EOF
.file .hunk del,
.file .hunk ins {
font-weight: bold;
+ text-decoration: inherit;
}
.file .hunk del {
color: darkred;