add afond mode
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run

This commit is contained in:
Christophe Robillard 2025-09-27 11:03:57 +00:00
parent be0a44d6d7
commit 3e451fcd19
4 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
app/assets/images/afond.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View file

@ -31,6 +31,13 @@ body {
font-size: 2rem;
}
.legend .bar-afond {
background: black;
width: 10px;
height: 10px;
margin-left: 15px;
}
.legend .bar-creatif {
background: red;
width: 10px;
@ -192,6 +199,9 @@ main {
.croisiere {
background-color: green;
}
.afond {
background-color: black;
}
.info {
margin: 30px;

View file

@ -39,6 +39,10 @@
<div class="bar-creatif"></div>
<div class="bar-explain">Créatif</div>
</div>
<div class="legend-afond">
<div class="bar-afond"></div>
<div class="bar-explain">A fond</div>
</div>
</div>
</div>
</main>