Fix Mr Bean in dark mode

This commit is contained in:
Tanner Collin 2021-08-15 01:47:33 +00:00
parent 17377e1856
commit 7a50d31e67

View File

@ -7,6 +7,11 @@
filter: brightness(75%);
}
.darkmode--activated .bean {
mix-blend-mode: difference;
filter: brightness(75%);
}
.darkmode--activated i.green.circle.icon {
mix-blend-mode: difference;
color: #21ba4582 !important;