fix: Deleted text style in history, closes #4231

This commit is contained in:
Tom Moor
2022-11-07 21:55:14 -05:00
parent fd799e00a7
commit c859d2dd84
3 changed files with 8 additions and 1 deletions

View File

@@ -1302,7 +1302,8 @@ del {
}
del[data-operation-index] {
background-color: ${props.theme.slateLight};
color: ${props.theme.textDeleted};
background-color: ${props.theme.textDeletedBackground};
img {
opacity: .5;