/*
 * SPDX-FileCopyrightText: 2025 Hugo Rodrigues
 *
 * SPDX-License-Identifier: MIT
 */

header, footer {
    background-color: #252627;
    color: #f8f8ff;
}

.navbar ul a:hover, .navbar div:hover {
  background-color: black;
}

.home-chains {
    max-width: 400px;
    margin: 20px auto;
    display: flex;
}

.download {
    width: 2em;
    margin: auto;
    display: flex;
}

table.list {
    text-align: center;
}

table.list tbody tr td {
    height: 31px;
}

td:has(span.error) {
    background-color: lightcoral;
    color: yellow;
}
