From c29a97f45a03a1076ae1340f57151ef0421f4714 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 25 May 2018 19:36:37 -0400 Subject: [PATCH] Fixed meter having an ugly black background --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 8ca788d..bb9772d 100644 --- a/style.css +++ b/style.css @@ -538,6 +538,7 @@ body.dark .meterLabel { position: absolute; top: 0; left: 0; + background: none; } .meter #waveShape {