[CSS] Profile text color doesn't blend in anymore.

This commit is contained in:
Eliseu Amaro 2021-09-25 21:42:23 +01:00
parent fdd43f4b11
commit f8c108bdf3

View File

@ -602,8 +602,10 @@ hr {
box-shadow: var(--shadow);
}
.profile > * {
.profile > text {
flex: 1;
filter: invert(1) !important;
mix-blend-mode: difference !important;
}
.profile-info {