.link-list {
    background-color:#151414;
}
.link-list__item {
    background-color: #202020;
}
.link-list__item a {
    color: #fff;
}
table.link-list__item:hover table tr td a,
table.link-list__item:active table tr td a,
table.link-list__item table tr td a:visited
{
    color: #fff;
}