Michael Zhang
4ec8018de6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
10 lines
138 B
CSS
10 lines
138 B
CSS
html,
|
|
body,
|
|
#root {
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
background-color: var(--chakra-colors-chakra-body-bg);
|
|
}
|