Update release-beta to output generated at 7f559d2

This commit is contained in:
SendNukez 2021-11-29 03:39:05 +00:00
parent 2f37b625cd
commit 44f3c2f387
3 changed files with 13 additions and 4 deletions

View file

@ -1 +1 @@
Dev-27cd9a8
Dev-7f559d2

File diff suppressed because one or more lines are too long

View file

@ -853,6 +853,12 @@ generic-modal .GenericModal__overlay .GenericModal {
--song-transition-speed: 3s;
--is_dark: calc(1 - var(--is_light));
}
@keyframes noJsShow {
to {
opacity: 1;
pointer-events: all;
}
}
:root:not([dribbblish-js-installed])::after {
content: "dribbblish-dynamic.js not installed correctly";
position: fixed;
@ -861,6 +867,9 @@ generic-modal .GenericModal__overlay .GenericModal {
background-color: black;
text-align: center;
line-height: 100vh;
opacity: 0;
pointer-events: none;
animation: noJsShow 0s ease-in 3s forwards;
font-family: var(--glue-font-family);
font-size: 32px;
font-weight: 700;