saturation
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
/* Note: Completed torrent progress follows Bootstrap success badges exactly. */
|
/* Note: Completed torrent progress follows Bootstrap success badges exactly. */
|
||||||
--torrent-progress-complete: var(--bs-success);
|
--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. */
|
/* 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-saturation: 85;
|
||||||
--torrent-progress-scale-lightness-base: 24;
|
--torrent-progress-scale-lightness-base: 23;
|
||||||
--torrent-progress-scale-lightness-range: 6;
|
--torrent-progress-scale-lightness-range: 7;
|
||||||
--pytorrent-page-bg: var(--bs-body-bg);
|
--pytorrent-page-bg: var(--bs-body-bg);
|
||||||
--pytorrent-shell-shadow: 0 12px 45px rgba(0, 0, 0, 0.38);
|
--pytorrent-shell-shadow: 0 12px 45px rgba(0, 0, 0, 0.38);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user