aliasing
This commit is contained in:
parent
b726e95bed
commit
6062f6895b
@ -7,6 +7,9 @@
|
|||||||
src: url("retro/Early GameBoy.ttf");
|
src: url("retro/Early GameBoy.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
}
|
||||||
|
|
||||||
#screenRow {
|
#screenRow {
|
||||||
background-image: url("retro/bg.png");
|
background-image: url("retro/bg.png");
|
||||||
background-size: 10px;
|
background-size: 10px;
|
||||||
@ -47,6 +50,8 @@
|
|||||||
.card,
|
.card,
|
||||||
#messagesSpan {
|
#messagesSpan {
|
||||||
font-family: "Early GameBoy", monospace;
|
font-family: "Early GameBoy", monospace;
|
||||||
|
font-smooth: never;
|
||||||
|
-webkit-font-smoothing: none;
|
||||||
color: #254806;
|
color: #254806;
|
||||||
text-shadow: -1px -1px 3px rgba(0, 0, 0, 40%), 1px 1px 1px rgba(0, 0, 0, 40%);
|
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;
|
animation: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hard-dropped-table-animation {
|
||||||
|
animation: hard-dropped-table-animation steps(1) .2s;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes cleared-line-animation {
|
@keyframes cleared-line-animation {
|
||||||
10%, 30%, 50%, 70%, 90% {
|
10%, 30%, 50%, 70%, 90% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user