From c3e879a9ce77afd1bba1f6ded5ff877cf31a4821 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Sun, 21 Nov 2021 04:47:18 -0300 Subject: [PATCH] Swap colors for top lists bars. (#1981) Signed-off-by: rdwebdesign --- scripts/pi-hole/js/db_lists.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pi-hole/js/db_lists.js b/scripts/pi-hole/js/db_lists.js index 6777867a..4e21ad6d 100644 --- a/scripts/pi-hole/js/db_lists.js +++ b/scripts/pi-hole/js/db_lists.js @@ -140,7 +140,7 @@ function updateTopDomainsChart() { percentage.toFixed(1) + "% of " + sum + - '">
' ); @@ -187,7 +187,7 @@ function updateTopAdsChart() { percentage.toFixed(1) + "% of " + sum + - '">
' );