summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css')
-rw-r--r--modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css
index bf475aa01e..594a90bb69 100644
--- a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css
+++ b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css
@@ -192,6 +192,13 @@
border-bottom: 1px solid var(--border-color-medium, rgba(0, 0, 0, 0.1));
}
+[data-darkmode="true"] {
+ /* invert black SVG line drawings in dark mode */
+ .Dashboard .svgmonotone {
+ filter: invert(.5);
+ }
+}
+
/**
* Responsive
**/