10 lines
209 B
CSS
10 lines
209 B
CSS
.activitymessage .visualdiff ins {
|
|
background-color: rgba(70, 186, 97, 0.2);
|
|
text-decoration: none;
|
|
}
|
|
|
|
.activitymessage .visualdiff del {
|
|
background-color: rgba(233, 50, 45, 0.2);
|
|
text-decoration: none;
|
|
}
|