aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/views/UserMenu.vue6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/src/views/UserMenu.vue b/core/src/views/UserMenu.vue
index 0c5084842a1..0aaf087e6d4 100644
--- a/core/src/views/UserMenu.vue
+++ b/core/src/views/UserMenu.vue
@@ -241,8 +241,7 @@ export default {
background-color: var(--color-primary-element);
color: var(--color-primary-element-text);
- img,
- svg {
+ img {
filter: var(--primary-invert-if-dark);
}
}
@@ -261,8 +260,7 @@ export default {
margin-right: 10px;
}
- img,
- svg {
+ img {
filter: var(--background-invert-if-dark);
}
}