11 lines
160 B
CSS
11 lines
160 B
CSS
|
|
del {
|
||
|
|
text-decoration: none;
|
||
|
|
color: #b30000;
|
||
|
|
background: #fadad7;
|
||
|
|
}
|
||
|
|
ins {
|
||
|
|
background: #eaf2c2;
|
||
|
|
color: #406619;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|