Diff styling for the demo
Closed this issue · 2 comments
maliayas commented
I suggest adding a red/green styling for the demo diffs. Below is a fancy one:
ins {
color: #333333;
background-color: #eaffea;
text-decoration: none;
}
del {
color: #AA3333;
background-color: #ffeaea;
text-decoration: line-through;
}
jschroed91 commented
maliayas commented
Thanks!