Skip to content
Snippets Groups Projects
Unverified Commit 0a240945 authored by Joas Schilling's avatar Joas Schilling Committed by GitHub
Browse files

Merge pull request #19113 from nextcloud/bugfix/19112/do-not-invert-avatars-in-dark-mode

Do not invert avatar colors when dark theme is enabled
parents aae3b5f6 9a0f3996
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ $color-border-dark: lighten($color-main-background, 14%); ...@@ -22,7 +22,7 @@ $color-border-dark: lighten($color-main-background, 14%);
#contactsmenu-menu a, #contactsmenu-menu a,
#expanddiv a, #expanddiv a,
.activity-section .activity-icon.monochrome { .activity-section .activity-icon.monochrome {
img { img :not(.avatardiv){
filter: invert(100%); filter: invert(100%);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment