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:
authorszaimen <szaimen@e.mail.de>2022-09-07 13:40:05 +0300
committerszaimen <szaimen@e.mail.de>2022-09-07 13:40:05 +0300
commit1ba1e48a76216a7c8273e8860d7da45f5c0a3a41 (patch)
tree10cbe37c3f9427adb4b68b79cd850b18f4b1fa29
parent9e6db0134cefb6839dfc3a02ba64d03db22b9c92 (diff)
fix icons in dark mode
Signed-off-by: szaimen <szaimen@e.mail.de>
-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 {