diffs.scss: readd styles removed in e25e8d564.

The <ins> and <del> tags are still used in /post_versions and /reports/upload_tags.
This commit is contained in:
evazion
2018-12-09 22:05:59 -06:00
parent a66f9837ec
commit 161b3bb8ef

View File

@@ -19,3 +19,25 @@
color: darkRed;
}
}
.diff-list {
ins, ins a {
color: green;
text-decoration: none;
margin-right: 0.5em;
}
del, del a {
color: red;
text-decoration: line-through;
margin-right: 0.5em;
}
ins.obsolete, ins.obsolete a {
color: darkGreen;
}
del.obsolete, del.obsolete a {
color: darkRed;
}
}