maotube/public/style.css

14 lines
146 B
CSS
Raw Normal View History

2024-01-18 23:45:23 +00:00
*, *::before, *::after {
box-sizing: border-box;
}
:root {
color-scheme: light dark;
}
body {
margin: 0 auto;
padding: 2rem;
}