1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-11 18:26:23 +00:00
Vencord/src/plugins/messageLogger/deleteStyleText.css

8 lines
175 B
CSS

.messagelogger-deleted :is(div, h1, h2, h3, p) {
color: #f04747 !important;
}
.messagelogger-deleted a {
color: #be3535 !important;
text-decoration: underline;
}