Build 29033878

This commit is contained in:
Renan LE CARO 2025-03-15 10:58:37 +01:00
parent a2db3004ef
commit 20534eaa8f
13 changed files with 30 additions and 24 deletions

View file

@ -55,15 +55,16 @@ body {
#score {
right: 0;
color: rgba(255, 255, 255, 0.3);
transition: color 0.3s;
&.active {
color: gold;
transition: color 0.01s;
}
}
#menu {
left: 0;
@media screen and (orientation: portrait) {
& > span {
display: none;
}
}
}
.popup {