diff --git a/simpliplay/player.js b/simpliplay/player.js index d5dec7d..4548381 100644 --- a/simpliplay/player.js +++ b/simpliplay/player.js @@ -347,7 +347,7 @@ subtitlesInput.addEventListener('keydown', (e) => { const colorsEnabled = document.getElementById('colorsCheckbox').checked; mediaPlayer.controls = controlsEnabled; if (colorsEnabled) { - mediaPlayer.style.filter = "contrast(1.2) saturate(1.3) brightness(1.05)"; + mediaPlayer.style.filter = "contrast(1.1) saturate(1.15) brightness(1.03)"; } else { mediaPlayer.style.filter = ""; }