Skip to content
Snippets Groups Projects
Commit 9a0f3996 authored by Marco Ambrosini's avatar Marco Ambrosini
Browse files

Do not invert avatar colors when dark theme is enabled

parent a3780714
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%);
#contactsmenu-menu a,
#expanddiv a,
.activity-section .activity-icon.monochrome {
img {
img :not(.avatardiv){
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