prolerev-not-a-scrape-that-.../static/articles/style.css
2025-05-05 22:41:53 +02:00

26 lines
281 B
CSS

:root {
color-scheme: light dark;
}
body {
margin: 0 auto;
padding: 2rem;
line-height: 1.6em;
}
body.index {
max-width: 1400px;
}
body.article {
max-width: 1000px;
}
table {
border-collapse: collapse;
}
td.article-date {
white-space: nowrap;
}