This commit is contained in:
Adrien MALINGREY 2025-04-02 01:11:25 +02:00
parent b4daa46e1b
commit dd419bd0fa
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ echo ("-->");*/
</main> </main>
<footer> <footer>
<label id="colorSliderLabel" for="colorSlider" class="no-print">Changer les couleurs</label> <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" /> 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="<?= 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> <a href="index.php" class="link no-print"> Retour à la liste</a>

View File

@ -1,5 +1,5 @@
:root { :root {
--hue: 1353651.53435435; --hue: 15;
--saturation: 97%; --saturation: 97%;
--lightness: 65%; --lightness: 65%;
} }