Skip to content

Commit

Permalink
Merge pull request #19113 from nextcloud/bugfix/19112/do-not-invert-a…
Browse files Browse the repository at this point in the history
…vatars-in-dark-mode

Do not invert avatar colors when dark theme is enabled
  • Loading branch information
nickvergessen authored Jan 24, 2020
2 parents aae3b5f + 9a0f399 commit 0a24094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/accessibility/css/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $color-border-dark: lighten($color-main-background, 14%);
#contactsmenu-menu a,
#expanddiv a,
.activity-section .activity-icon.monochrome {
img {
img :not(.avatardiv){
filter: invert(100%);
}
}
Expand Down

0 comments on commit 0a24094

Please sign in to comment.