website/resources/main.css

14 lines
157 B
CSS
Raw Normal View History

2025-02-04 03:18:19 -05:00
:root {
color-scheme: light dark;
}
body {
display: flex;
align-items: center;
justify-content: center;
}
.post-body {
max-width: 80%;
}