ode_to_snack/src/app/global.css.ts

10 lines
270 B
TypeScript
Raw Normal View History

2024-07-05 16:06:02 +00:00
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'
})