fix mayo bg color in chat

master
Aevann 2024-11-13 04:06:39 +02:00
parent 46cd9b184a
commit 5fd3b16b94
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ h1, h2, h3, h4, h5, h6 {
vertical-align: middle; vertical-align: middle;
} }
.patron[style*="background-color:#ffffff"] { .patron[style*="background-color:#ffffff"], .patron[style*="background-color:rgb(255, 255, 255)"] {
color: black !important; color: black !important;
} }