system-copyright-react/src/index.css
2024-03-11 19:13:42 +08:00

10 lines
129 B
CSS

:root {
--color-border: #E1E1E1;
--color-box-shadow: rgba(0, 0, 0, 0.3);
}
html, body {
margin: 0;
padding: 0
}