summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-13 10:01:25 +0200
committerJoas Schilling <coding@schilljs.com>2022-09-13 10:01:25 +0200
commite00aa16d41cfe73b54a2c8a35ba9a1695d91ad8b (patch)
tree724f16c2f0f4598ba44f17b7039e8377d368d477 /css
parent634babcc28796d020f157bc558cde9e296d219f8 (diff)
Fix dashboard icon on dark mode again
There was a generic filter in the past, but it was removed with https://github.com/nextcloud/server/commit/1d35a53991f356976d78b8053651737821502687 So now we apply the filter at our best knowledge Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/icons.css b/css/icons.css
index a390d3651..64cf1b8e8 100644
--- a/css/icons.css
+++ b/css/icons.css
@@ -82,4 +82,5 @@
.dashboard-talk-icon {
background-image: url(../img/app-dark.svg);
+ filter: var(--background-invert-if-dark);
}