Add CSS to dark theme so activity icons show in stream, ref nextcloud/activity#335

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-01-21 17:29:22 +01:00
parent 0b201ec771
commit b8827ce64a
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ $color-border-dark: lighten($color-main-background, 14%);
#app-navigation > ul > li > a:first-child,
#app-navigation > ul > li > ul > li > a:first-child,
#contactsmenu-menu a,
#expanddiv a {
#expanddiv a,
.activity-section .activity-icon.monochrome {
img {
filter: invert(100%);
}