change line-through style from grey to red

This commit is contained in:
rustdesk
2021-12-23 21:41:53 +08:00
parent a30aaebc72
commit 96afb88518
2 changed files with 2 additions and 2 deletions

View File

@@ -319,5 +319,5 @@ menu li.selected span {
menu li.line-through {
text-decoration-line: line-through;
color: grey;
color: red;
}