panorama/src-ts/styles.css
Michael Zhang 4ec8018de6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update
2023-07-18 18:21:15 -05:00

10 lines
138 B
CSS

html,
body,
#root {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color: var(--chakra-colors-chakra-body-bg);
}