fix: profile picture inverted with neumorphic theme

This commit is contained in:
SethBurkart123
2025-06-29 15:14:17 +10:00
parent e5a410ff58
commit 64bc9e6cad
@@ -13,3 +13,7 @@
.dark .userInfoImg { .dark .userInfoImg {
box-shadow: 0 0 0 3px #ffffff; box-shadow: 0 0 0 3px #ffffff;
} }
.userInfosvgdiv {
filter: invert(0) !important;
}