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); }