body {
    font-family: "Noto Sans", sans-serif;
    background-color: #fffafb;
    margin: 1em;
}

p {
    margin: 0;
}

.list-inline {
    display: inline-block;
    margin: 0 1em;
}
.list-inline li {
    display: inline;
    margin-right: 0.5em;
}

.icon {
    display: inline-block;
    overflow: visible;
    vertical-align: text-bottom;
    fill: currentColor;
}
.color-fg-open {
    color: rgb(26, 127, 55);
}

a.pull {
    color: rgb(9, 105, 218);
}
a.template {
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted currentColor;
}
a.template:hover {
    border-bottom-style: solid;
}

table tr:nth-child(even) {
    background: #eeebed;
}
table.updates {
    box-sizing: border-box;
    border-collapse: collapse;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
table.updates td,
table.updates th {
    padding: 5px 10px;
}
table.updates th {
    text-align: left;
}
table.updates thead {
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    background-color: #eeebed;
}
table.updates .versions,
table.updates .pulls {
    border-left: 1px solid #e0e0e0;
}

span.version {
    font-variant-numeric: tabular-nums;
}

details,
summary {
    display: inline-block;
}
details summary::-webkit-details-marker,
details summary::marker {
    display: none;
    content: "@";
}
summary {
    cursor: pointer;
}
summary::after {
    content: "…";
}
/*details[open] summary:after {
  content: " ▼";
}*/

footer {
    margin-top: 1em;
    font-size: smaller;
    text-align: center;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #130b14;
        color: #c7d7e4;
    }

    a.template {
        color: #c7d7e4;
    }

    table.updates thead,
    table tr:nth-child(even) {
        background: #201221;
    }

    .color-fg-open {
        color: #56d364;
    }
}
