.pagination > .active > a {
    color: white;
    background-color: green !Important;
    border: solid 1px green !Important;
}

.pagination > .page-item > a {
    color: green;
}

a {
  color: green;
}

.dropdown-item:active{
  background-color: green;
}