mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 15:36:16 -04:00
Build 29074738
This commit is contained in:
parent
19ee1d0d33
commit
34f6aed001
11 changed files with 29 additions and 16 deletions
|
@ -70,6 +70,9 @@ canvas:not(#game) {
|
|||
color: gold;
|
||||
transition: color 0.01s;
|
||||
}
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
span {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue