no message
This commit is contained in:
parent
95b125e0ce
commit
33557a860c
@ -1623,18 +1623,18 @@
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
z-index: 1000;
|
||||
animation: fadeBackground 2s infinite;
|
||||
animation: fadeBackground 1s infinite;
|
||||
}
|
||||
@keyframes fadeBackground {
|
||||
0% {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
50% {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
100% {
|
||||
50% {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
100% {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
}
|
||||
|
@ -1857,19 +1857,19 @@
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
z-index: 1000;
|
||||
animation: fadeBackground 2s infinite;
|
||||
animation: fadeBackground 1s infinite;
|
||||
}
|
||||
|
||||
@keyframes fadeBackground {
|
||||
0% {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
50% {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
100% {
|
||||
50% {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
100% {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user