[CSS] Profile text color doesn't blend in anymore.
This commit is contained in:
parent
fdd43f4b11
commit
f8c108bdf3
@ -602,8 +602,10 @@ hr {
|
|||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile > * {
|
.profile > text {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
filter: invert(1) !important;
|
||||||
|
mix-blend-mode: difference !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-info {
|
.profile-info {
|
||||||
|
Loading…
Reference in New Issue
Block a user