ode_to_snack/src/app/global.css.ts
2024-07-05 16:06:02 +00:00

9 lines
270 B
TypeScript

import { globalStyle } from "@vanilla-extract/css"
export const global_style = globalStyle('html,body', {
margin: '0',
width: '100%',
height: '100%',
backgroundImage: 'url("/background.png")',
backgroundRepeat: 'repeat'
})