From f62a03256618edb24ddcf953ca5c3b79b44c3582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 4 Jun 2026 19:25:54 +0200 Subject: [PATCH] saturation --- pytorrent/static/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pytorrent/static/styles.css b/pytorrent/static/styles.css index 7c4c29c..8c15a66 100644 --- a/pytorrent/static/styles.css +++ b/pytorrent/static/styles.css @@ -9,9 +9,9 @@ /* Note: Completed torrent progress follows Bootstrap success badges exactly. */ --torrent-progress-complete: var(--bs-success); /* Note: Incomplete progress bars use theme-aware HSL tuning so light themes stay slightly more muted than dark themes. */ - --torrent-progress-scale-saturation: 64; - --torrent-progress-scale-lightness-base: 24; - --torrent-progress-scale-lightness-range: 6; + --torrent-progress-scale-saturation: 85; + --torrent-progress-scale-lightness-base: 23; + --torrent-progress-scale-lightness-range: 7; --pytorrent-page-bg: var(--bs-body-bg); --pytorrent-shell-shadow: 0 12px 45px rgba(0, 0, 0, 0.38); }