Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/gh_range_diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ fn process_old_new(
color: rgba(0, 255, 0, 1);
}}
.line-removed-before {{
color: rgba(100, 0, 0, 1);
color: rgb(206, 48, 0);
}}
.line-added-before {{
color: rgba(0, 100, 0, 1);
color: rgba(11, 142, 0, 1);
}}
.word-removed-after {{
color: black;
Expand Down
Loading