a {
    color: #121414;
}
.button {
    background: #121414;
    color: #cde6cf;
}
.button:hover, .button:focus {
    background-color: #121414;
    opacity: 0.8;
    color:#cde6cf;
}
input:checked ~ .switch-paddle {
    background: #121414;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #121414;
    color: #cde6cf;
}
.tabs-title > a {
    color: #121414;
}
.pagination .current {
    background: #121414;
}
td a:not(.button) {
    color: #121414;
}