This website works better with JavaScript.
Home
Explore
Help
Sign In
GNUsocial
/
gnu-social
Watch
4
Star
0
Fork
1
Code
Issues
Releases
4
Wiki
Activity
Browse Source
[CSS] Profile text color doesn't blend in anymore.
remotes/upstream/experimental
Eliseu Amaro
8 months ago
parent
fdd43f4b11
commit
f8c108bdf3
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
public/assets/css/base.css
+ 3
- 1
public/assets/css/base.css
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 {
Write
Preview
Loading…
Cancel
Save