From 18331702f4f6c112256550193311fd709f83abb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 4 Jun 2026 19:23:23 +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 c13f62e..7c4c29c 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: 34; - --torrent-progress-scale-lightness-base: 28; - --torrent-progress-scale-lightness-range: 4; + --torrent-progress-scale-saturation: 64; + --torrent-progress-scale-lightness-base: 24; + --torrent-progress-scale-lightness-range: 6; --pytorrent-page-bg: var(--bs-body-bg); --pytorrent-shell-shadow: 0 12px 45px rgba(0, 0, 0, 0.38); }