From 34a09d5ac8f0c1864db92b6b0a54a391c5eacb88 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Wed, 12 Nov 2025 16:45:20 +0000 Subject: [PATCH] style: use solid colors for zoom reset button (no transparency) --- 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 8a70632..d4a6bad 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: rgba(200, 200, 200, 0.3); - border: 2px solid rgba(240, 240, 240, 0.7); + background: #505050; + border: 2px solid #707070; border-radius: 50%; - color: rgba(255, 255, 255, 0.9); + color: #ffffff; font-size: 0.75rem; font-weight: 700; cursor: pointer;