Skip to content

Commit

Permalink
Merge pull request #803 from nextcloud/fix/theming-filter-invert-mono…
Browse files Browse the repository at this point in the history
…chrome
  • Loading branch information
skjnldsv authored May 11, 2022
2 parents 06afcd6 + e1b0876 commit c80e964
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@
max-height: 16px;
}

.activity-icon img.monochrome {
filter: var(--background-invert-if-dark);
}

#rssurl > input.feed-link {
width: 80%;
}
Expand Down

0 comments on commit c80e964

Please sign in to comment.