Skip to content

Commit face13c

Browse files
authored
Fix icon color inverting
Fixes #110 Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 645d8fd commit face13c

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)