更改

添加74字节 、 2022年1月22日 (六) 22:48
fix: 移动端diff页面中增、删的文字底色为白色的问题。
第226行: 第226行:  
.noteTA {
 
.noteTA {
 
    display: none;
 
    display: none;
 +
}
 +
 +
ins {
 +
background-color: #75c877;
 +
}
 +
 +
del {
 +
background-color: #e07076;
 
}
 
}