<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* stylelint-disable selector-class-pattern */
/*!
 * Diff rendering
 */
td.diff-context,
td.diff-addedline .diffchange,
td.diff-deletedline .diffchange {
	background-color: transparent;
}

td.diff-addedline .diffchange {
	text-decoration: underline;
}

td.diff-deletedline .diffchange {
	text-decoration: line-through;
}
</pre></body></html>