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