This commit is contained in:
Mirco Wittrien 2023-10-29 21:11:30 +01:00
parent 9bad371dfd
commit b762a3a7de
2 changed files with 7 additions and 0 deletions

View File

@ -1971,6 +1971,10 @@ button.button__4f306.enabled__470f0:hover svg {
/* ~~~~ 7. STORE/NITRO ~~~~ */
#app-mount .loading__053e3 { /* loading */
background: transparent;
}
.marketingHeader_c8e5cd { /* marketingheader */
background-color: rgba(var(--transparencycolor), .3);
}

View File

@ -1601,6 +1601,9 @@ img[src='/assets/387a7c504c96b992872d.svg'] {
/* ~~~~ 6. STORE/NITRO ~~~~ */
#app-mount .loading__053e3 {
background: transparent;
}
#app-mount .header_d454ec {
color: var(--header-primary);
}