This commit is contained in:
Zakhar 2026-09-05 22:37:18 +03:00
parent f6e33bcce1
commit a5c9c877d3

View File

@ -17,11 +17,11 @@ export const GlobalStyle = createGlobalStyle`
html {
overflow: hidden;
height: 100%;
height: 100dvh;
}
body {
height: 100%;
height: 100dvh;
background-color: ${({ theme }) => theme.colors.pageBg};
background-image: url('/images/background-raspberry.png');
background-repeat: no-repeat;