From 3bf95538bd1f2cd20a9c8b1428e8b020e15dee86 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Fri, 19 Jun 2026 22:05:32 -0400 Subject: [PATCH] fix: dark btn-primary hover uses green-interactive (#429d6a) not green-light (#2A5C4F) so contrast improves on hover --- DeepDrftPublic/wwwroot/styles/deepdrft-styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepDrftPublic/wwwroot/styles/deepdrft-styles.css b/DeepDrftPublic/wwwroot/styles/deepdrft-styles.css index 6f6540a..562e53d 100644 --- a/DeepDrftPublic/wwwroot/styles/deepdrft-styles.css +++ b/DeepDrftPublic/wwwroot/styles/deepdrft-styles.css @@ -623,7 +623,7 @@ body:has(.waveform-visualizer-control-overlay) { } .deepdrft-theme-dark .btn-primary:hover { - background: var(--deepdrft-green-light); + background: var(--deepdrft-green-interactive); } .deepdrft-theme-dark .btn-ghost {