almost done

This commit is contained in:
2023-04-21 03:14:24 +02:00
commit 343bc1e113
14 changed files with 1328 additions and 0 deletions

16
css/effect.css Normal file
View File

@ -0,0 +1,16 @@
.mino {
background: rgba(127, 229, 255, 0.3);
border: 1px solid rgba(127, 229, 255, 0.7);
border-radius: 0.3vmin;
}
.ghost.mino {
background: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 0.3vmin;
}
.locked.mino {
background: rgba(242, 255, 255, 0.5);
border-color: rgba(242, 255, 255, 0.7);
}