From 505ac0c47bc2832297c47cf7969746bbc26cf5cf Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Mon, 8 Jun 2026 14:54:56 -0400 Subject: [PATCH] =?UTF-8?q?style:=20retune=20spectrum=20gradient=20?= =?UTF-8?q?=E2=80=94=20dark=20green=20floor=200-30%,=20expand=20yellow/ora?= =?UTF-8?q?nge=20zones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controls/AudioPlayerBar/LevelMeterFab.razor | 12 +++++++----- .../AudioPlayerBar/SpectrumVisualizer.razor.css | 7 ++++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/DeepDrftPublic.Client/Controls/AudioPlayerBar/LevelMeterFab.razor b/DeepDrftPublic.Client/Controls/AudioPlayerBar/LevelMeterFab.razor index 85eabce..72ce2b5 100644 --- a/DeepDrftPublic.Client/Controls/AudioPlayerBar/LevelMeterFab.razor +++ b/DeepDrftPublic.Client/Controls/AudioPlayerBar/LevelMeterFab.razor @@ -7,11 +7,13 @@ y1=24 (bottom) is the green end; y2=0 (top) is the orange end. --> - - - - - + + + + + + + diff --git a/DeepDrftPublic.Client/Controls/AudioPlayerBar/SpectrumVisualizer.razor.css b/DeepDrftPublic.Client/Controls/AudioPlayerBar/SpectrumVisualizer.razor.css index d53c081..7202dac 100644 --- a/DeepDrftPublic.Client/Controls/AudioPlayerBar/SpectrumVisualizer.razor.css +++ b/DeepDrftPublic.Client/Controls/AudioPlayerBar/SpectrumVisualizer.razor.css @@ -27,9 +27,10 @@ height: var(--bar-height, 2%); min-height: 2px; background-image: linear-gradient(to top, - #2ECC71 0%, #2ECC71 55%, - #F4C430 62%, #F4C430 82%, - #FF6B35 88%, #FF6B35 100% + #1A5C38 0%, #1A5C38 27%, + #2ECC71 33%, #2ECC71 47%, + #F4C430 53%, #F4C430 72%, + #FF6B35 78%, #FF6B35 100% ); background-size: 100% 40px; background-position: bottom;