From 6c2a2b66c20e1f66d16ed953c14f265bd73a12a1 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sat, 27 Jul 2024 22:19:28 +0200 Subject: [PATCH] Cleaned up energy dashboard --- custom.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom.css b/custom.css index ad39324..d2cf768 100644 --- a/custom.css +++ b/custom.css @@ -1126,4 +1126,15 @@ body table#itemtablenostatus tr td:first-child + td + td + td + td + td + td { .list-group-item-action { color: #444; -} \ No newline at end of file +} + +/*Energy dashboard*/ +div#emain { + background: #29323d; +} +#eicon { + fill: white !important; +} +#etext, #ltext { + fill: #fff !important; +}