maotube/public/style.css
2024-01-19 00:45:23 +01:00

14 lines
146 B
CSS

*, *::before, *::after {
box-sizing: border-box;
}
:root {
color-scheme: light dark;
}
body {
margin: 0 auto;
padding: 2rem;
}