changed css

This commit is contained in:
asuk 2023-06-09 08:35:16 +02:00
parent a47ca9254f
commit 8d7a3007e2
15 changed files with 44 additions and 47 deletions

View file

@ -140,7 +140,7 @@ const WaitForSceneInitMessage = styled.div<{active?: boolean}>`
background: rgba(40, 43, 47, 0.8);
@supports not (backdrop-filter: blur()) {
background-color: rgba(40, 43, 47, 0.95);
// background-color: rgba(40, 43, 47, 0.95);
}
`