maotube/public/style.css
2024-01-19 00:55:28 +01:00

15 lines
170 B
CSS

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