i apologise
yes you are correct
its on mypress.css stylesheet around line 95
.pagination2 a:link, .pagination2 a:visited {
background: #160F0B;
color: #4f6023;
text-align: center;
padding: 8px 18px;
margin-bottom: 15px;
border: 1px solid #b3cc7c;
text-shadow: 1px 1px 0px #e9ffa4;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
-webkit-box-shadow: inset 0 0 1px 1px #e9ffa4;
-moz-box-shadow: inset 0 0 1px 1px #e9ffa4;
box-shadow: inset 0 0 1px 1px #e9ffa4;
font-size: 12px;
cursor: pointer;
padding: 2px 6px;
transition: all 0.5s ease;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}