.wp-paginate.wpp-mine a, .wp-paginate.wpp-mine .current {
  background: #c9a7a7;
  border:1px solid #6b2b2b;
  border-radius: 4px;
  color: #000;
  padding: 3px 6px;
}
  .wp-paginate.wpp-modern-grey a:hover {
    background: #eee;
  }
  .wp-paginate.wpp-modern-grey .current {
    opacity: .3;
  }
