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; +}