From 2e506bb12733d35f0cabd9ed4fd723a1ed096f44 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Wed, 12 Nov 2025 16:46:19 +0000 Subject: [PATCH] style: make zoom reset button blend with control (subtle, not prominent) --- static/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index d4a6bad..eb5718f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -3647,10 +3647,10 @@ html { min-width: 44px; min-height: 44px; padding: 0.5rem; - background: #505050; - border: 2px solid #707070; + background: rgba(200, 200, 200, 0.2); + border: 2px solid rgba(220, 220, 220, 0.3); border-radius: 50%; - color: #ffffff; + color: rgba(255, 255, 255, 0.8); font-size: 0.75rem; font-weight: 700; cursor: pointer;