This commit is contained in:
Renan LE CARO 2025-04-12 20:58:24 +02:00
parent 19ee1d0d33
commit 34f6aed001
11 changed files with 29 additions and 16 deletions

View file

@ -70,6 +70,9 @@ canvas:not(#game) {
color: gold;
transition: color 0.01s;
}
&.hidden {
display: none;
}
span {
color: rgba(255, 255, 255, 0.8);