mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Do not invert avatar colors when dark theme is enabled
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
parent
a3780714fe
commit
9a0f399609
1 changed files with 1 additions and 1 deletions
|
|
@ -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%);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue