This commit is contained in:
Adrien MALINGREY 2023-04-25 02:41:26 +02:00
parent cb86833e14
commit d6ae8f7475

View File

@ -16,6 +16,7 @@ body {
#messagesSpan { #messagesSpan {
font-family: "Early GameBoy", monospace; font-family: "Early GameBoy", monospace;
color: #3C5819; color: #3C5819;
letter-spacing: -.15em;
} }
.card { .card {
@ -38,6 +39,10 @@ td {
border: 0 !important; border: 0 !important;
} }
.mino {
box-shadow: -2px -2px 5px rgba(0, 0, 0, 40%), 1px 1px 2px rgba(0, 0, 0, 40%);
}
.I.mino { .I.mino {
background-image: url("retro/I-mino.png") background-image: url("retro/I-mino.png")
} }