@import url('modern-normalize.css');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');

body {
    background-color: #1d1d1d;
    color: #dddddd;

    margin: auto;
    padding: 64px;

    max-width: 900px;

    font-family: "Fira Code", monospace;
}

a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

/* fancyindex */

h1 {
    font-size: 24px;
}

table {
    table-layout: fixed;
}

tr:nth-child(even), th {
    background: #242424;
}

th, td {
    padding: 8px;
}

th {
    text-align: left;
    font-weight: bold;
}

#list {
    width: 100%;
}

.link {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}