This commit is contained in:
Adrien MALINGREY 2023-12-08 22:00:18 +01:00
parent b726e95bed
commit 6062f6895b

@ -7,6 +7,9 @@
src: url("retro/Early GameBoy.ttf");
}
body {
}
#screenRow {
background-image: url("retro/bg.png");
background-size: 10px;
@ -47,6 +50,8 @@
.card,
#messagesSpan {
font-family: "Early GameBoy", monospace;
font-smooth: never;
-webkit-font-smoothing: none;
color: #254806;
text-shadow: -1px -1px 3px rgba(0, 0, 0, 40%), 1px 1px 1px rgba(0, 0, 0, 40%);
}
@ -131,6 +136,10 @@ td {
animation: none;
}
.hard-dropped-table-animation {
animation: hard-dropped-table-animation steps(1) .2s;
}
@keyframes cleared-line-animation {
10%, 30%, 50%, 70%, 90% {
opacity: 0;