1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 15:07:11 +02:00

fix: 🐛 Starr: Fixes loading page flashbang. Closes #456

This commit is contained in:
GilbN 2022-11-26 10:42:36 +01:00
parent b322a32299
commit 4bd0879c56

View File

@ -127,6 +127,17 @@ a:hover {
border: 2px solid var(--text-hover);
}
[class*="LoadingPage-page-"] {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
}
/* MODAL */
[class*="ModalHeader-modalHeader-"] {
background: var(--modal-header-color);