Revert themed coloring for message deletion highlight

This commit is contained in:
Cohee 2024-05-14 22:05:04 +03:00
parent e2e7d5870a
commit 1ebe5547d4

View File

@ -872,7 +872,8 @@ body .panelControlBar {
}
#chat .mes.selected{
background-color: rgb(from var(--SmartThemeQuoteColor) r g b / .5);
/* background-color: rgb(from var(--SmartThemeQuoteColor) r g b / .5); */
background-color: rgb(102, 0, 0);
}
.mes q:before,