TPS_web_october/modules/cms/assets/css/themelogs/template-diff.css

11 lines
160 B
CSS
Raw Normal View History

2022-09-12 06:02:53 +00:00
del {
text-decoration: none;
color: #b30000;
background: #fadad7;
}
ins {
background: #eaf2c2;
color: #406619;
text-decoration: none;
}