Skip to content

Commit b5d2750

Browse files
authored
Merge pull request #111 from nextcloud/invert-icon
Fix icon color inverting
2 parents 645d8fd + face13c commit b5d2750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/files_zip.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.icon-zip {
22
background-image: url('../img/files_zip-dark.svg');
3+
filter: var(--background-invert-if-dark);
34
}
45

56
body.theme--dark .icon-zip {

0 commit comments

Comments
 (0)