body {
  .pagination {
	.active {
	  span {
		background-color:$green;
		border: solid 1px $greenDark;
	  }
	}
	span,a {
	  color:$green;

	}
  }
}