mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-18 14:11:22 +00:00
Update release-beta to output generated at 7f559d2
This commit is contained in:
parent
2f37b625cd
commit
44f3c2f387
3 changed files with 13 additions and 4 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
Dev-27cd9a8
|
||||
Dev-7f559d2
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
9
user.css
9
user.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue