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

30 lines
307 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 {
padding: 5px;
}
td.article-date {
white-space: nowrap;
}