Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2024-02-12 17:08:52 +01:00
parent c2e9387a21
commit 43b621d5cf
1 changed files with 4 additions and 1 deletions

View File

@ -419,9 +419,12 @@
.backgroundFlash_e5b9ad[style*="background-color: rgba(148, 156, 247, 0.1"] {
--message-background-flash: rgba(var(--accentcolor_v), 0.1);
}
.backgroundFlash_e5b9ad[style*="background-color: rgba(148, 156, 247, 0)"] {
.backgroundFlash_e5b9ad[style*="background-color: rgba(148, 156, 247, 0.0"] {
--message-background-flash: rgba(var(--accentcolor_v), 0.05);
}
.backgroundFlash_e5b9ad[style*="background-color: rgba(148, 156, 247, 0)"] {
--message-background-flash: rgba(var(--accentcolor_v), 0);
}
.embedFull__8dc21[style*="border-color: hsl(216, "],
.embedFull__8dc21[style*="border-color: hsl(227, "],