merge
This commit is contained in:
commit
1532b9190a
58 changed files with 318 additions and 247 deletions
|
@ -52,7 +52,7 @@ const HeaderLink = styled.a`
|
|||
/* identical to box height, or 169% */
|
||||
|
||||
/* White/White100 */
|
||||
color: #ffffff;
|
||||
color: #000000;
|
||||
|
||||
transition: color 0.2s ease-in;
|
||||
|
||||
|
|
|
@ -131,7 +131,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);
|
||||
}
|
||||
`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue