css
This commit is contained in:
parent
0abc014e2c
commit
c0dd5bdc66
@ -2,6 +2,10 @@
|
|||||||
--cell-side: 20px;
|
--cell-side: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: linear-gradient(#111315, #012) fixed;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
background-color: rgba(33, 37, 41, 30%);
|
background-color: rgba(33, 37, 41, 30%);
|
||||||
backdrop-filter: blur(15px);
|
backdrop-filter: blur(15px);
|
||||||
@ -73,7 +77,7 @@ td.hard-drop-animation {
|
|||||||
from {
|
from {
|
||||||
background-color: rgb(206, 255, 255, 40%);
|
background-color: rgb(206, 255, 255, 40%);
|
||||||
filter: saturate(50%) brightness(300%);
|
filter: saturate(50%) brightness(300%);
|
||||||
box-shadow: -100px 0 5px white, 100px 0 5px white;
|
box-shadow: -200px 0 5px white, 200px 0 5px white;
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -198,4 +202,4 @@ span {
|
|||||||
animation: game-over-animation;
|
animation: game-over-animation;
|
||||||
animation-timing-function: (0.4, 0, 0.6, 1);
|
animation-timing-function: (0.4, 0, 0.6, 1);
|
||||||
animation-duration: 2s;
|
animation-duration: 2s;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user