Skip to content

Commit 68d0c2d

Browse files
NoratriebUrgau
andauthored
Use a more pastel red for the old state removed
Co-authored-by: Urgau <[email protected]>
1 parent aa6ad50 commit 68d0c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gh_range_diff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ fn process_old_new(
303303
color: rgba(0, 255, 0, 1);
304304
}}
305305
.line-removed-before {{
306-
color: rgb(206, 48, 0);
306+
color: rgb(255, 159, 131);
307307
}}
308308
.line-added-before {{
309309
color: rgba(11, 142, 0, 1);

0 commit comments

Comments
 (0)