26 lines
281 B
CSS
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;
|
|
}
|