saturation

This commit is contained in:
Mateusz Gruszczyński
2026-06-04 19:25:54 +02:00
parent 18331702f4
commit f62a032566
+3 -3
View File
@@ -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);
}