diff --git a/show.php b/show.php index b9cd500..e233fb1 100644 --- a/show.php +++ b/show.php @@ -107,7 +107,7 @@ echo ("-->");*/ </main> <footer> <label id="colorSliderLabel" for="colorSlider" class="no-print">Changer les couleurs</label> - <input id="colorSlider" type="range" min="0" max="2000000" step="0.000000001" value="1353651.53435435" + <input id="colorSlider" type="range" min="0" max="360" step="0.000000001" value="15" oninput="document.documentElement.style.setProperty('--hue', this.value);" class="no-print" /> <a href="<?= str_replace(__DIR__ . "/", "", $path) ?>" target="_blank" class="link no-print">Télécharger la configuration</a> <a href="index.php" class="link no-print">← Retour à la liste</a> diff --git a/style.css b/style.css index 903c930..2f8d59b 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ :root { - --hue: 1353651.53435435; + --hue: 15; --saturation: 97%; --lightness: 65%; }