caxy/php-htmldiff

Diff styling for the demo

Closed this issue · 2 comments

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;
}

This was added in #47 :) Thank you @maliayas !!

Thanks!