Skip to content

Commit c80e964

Browse files
authored
Merge pull request #803 from nextcloud/fix/theming-filter-invert-monochrome
2 parents 06afcd6 + e1b0876 commit c80e964

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@
183183
max-height: 16px;
184184
}
185185

186+
.activity-icon img.monochrome {
187+
filter: var(--background-invert-if-dark);
188+
}
189+
186190
#rssurl > input.feed-link {
187191
width: 80%;
188192
}

0 commit comments

Comments
 (0)