body {
    background: #1a1924;
    color: white;
}

input,
select,
textarea,
.text-input {
    background-color: #24232e;
    color: white;
}

.news-box {
    background-color: #24232e;
    color: white;
}

a .news-box * {
    color: white;
}

.scores {
    background-color: #24232e;
}

.scores table.score {
    color: white;
}

.live p, .all-live p, .live span, .all-live span {
    color: white;
}

.live > a:hover, .all-live > a:hover {
    background-color: #24232e;
}

.live > a {
    border: 2px solid #373535;
}

.athletes a, .sport {
    background-color: #24232e;
}

.left {
    border: 2px solid #373535;
}

.team-scores tr {
    filter: brightness(0) invert(1);
}

p.sport-name, .logos {
    border-bottom: 2px solid #373535;
}

input[placeholder="Email address"], input[placeholder="Special number"] {
    background-color: #1a1924 !important;
    color: white;
}

.box {
    background-color: #24232e;
}

.box.loginbox b a {
    color: white;
}