Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Please sign up or log in to edit the wiki.
Revision as of 03:19, 10 May 2020 by Alistair3149 (talk | contribs) (Removed top align for the arrow)
table.vehicle-spec-table {
    margin-top: 0;
}

.vehicle-spec-label {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-right: 0.8rem;
    line-height: 1.2;
}

.vehicle-spec-label img {
    margin: 8px 0.6rem 8px 0;
}

.vehicle-spec-table .plainlist ul li {
    display: flex;
    margin-top: 0.4rem;
}

.vehicle-spec-table .plainlist ul li:before {
    content: "↳";
    display: block;
    margin: 0.4rem 0.6rem 0 0;
}

.vehicle-spec-table .plainlist .componentcard {
    margin-top: 0.4rem;
}

table.vehicle-spec-table tr:hover {
    background: none;
}

.vehicle-spec-table td:hover {
    background-color: #f8f9fa;
}

@media (prefers-color-scheme: dark) {
    .vehicle-spec-label img {
        filter: invert(1);
    }
    
    .vehicle-spec-table td:hover {
        background-color: #1d2129;
    }
}