body {
background: var(--background);
color: var(--text);
display: flex;
flex-direction: column;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
min-height: 100vh;
h1 {
margin: 20px;
}
table#list {
border: 0;
border-spacing: 0;
width: calc(100% - 40px);
thead {
tr {
th {
border-bottom: 2px solid var(--text);
padding: 5px 10px;
a {
text-decoration: none;
tbody {
&:nth-child(2n) {
background: var(--background-contrast);
td {