Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-09-07 14:35:31 +0300
committerGitHub <noreply@github.com>2022-09-07 14:35:31 +0300
commitfd5fffbd7c48c6e601f5be4e4346c576ccd0ffc5 (patch)
tree10cbe37c3f9427adb4b68b79cd850b18f4b1fa29
parent9e6db0134cefb6839dfc3a02ba64d03db22b9c92 (diff)
parent1ba1e48a76216a7c8273e8860d7da45f5c0a3a41 (diff)
Merge pull request #396 from nextcloud/fix/noid/icons-in-dark-modev25.0.0beta5
fix icons in dark mode
-rw-r--r--css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 5c2fc3a..3037721 100644
--- a/css/style.css
+++ b/css/style.css
@@ -84,6 +84,7 @@
width: 28px;
float: left;
padding: 5px;
+ filter: var(--background-invert-if-dark);
}
.chart-container {