From 7a58ab79191b4ea2b10226df13cfa904d9c32ce3 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 4 Aug 2019 14:37:57 +0200 Subject: [PATCH] netdata: color fixes --- CSS/themes/netdata/netdata-base.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CSS/themes/netdata/netdata-base.css b/CSS/themes/netdata/netdata-base.css index c5922e7a..5497990c 100644 --- a/CSS/themes/netdata/netdata-base.css +++ b/CSS/themes/netdata/netdata-base.css @@ -105,7 +105,7 @@ body { background-color: transparent !important; } table { - background: var(--modal-bg-color) !important; + background: transparent !important; } .table-hover > tbody > tr:hover { background-color: rgba(255, 255, 255, 0.08) !important; @@ -131,7 +131,12 @@ body { color: var(--accent-color) !important; border-left: 2px solid var(--accent-color) !important; } - + + /*code*/ + code { + color: #fff !important; + background-color: rgba(255, 255, 255, 0.15) !important; +} /* System Overview metrics */ .gaugeChartTitle, .gaugeChartUnits, .gaugeChartMax, .gaugeChartMin, .gaugeChartLabel, .easyPieChartTitle, .easyPieChartLabel, .easyPieChartUnits { color: #ffffff !important;