<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagination li a{

  background-color: #efeeee;

  color: #9e9c9c;

}

.pagination &gt; li &gt; a,

.pagination &gt; li &gt; span{

  font-weight: 500;

  border: none;

  margin-right: 5px;

  padding: 5px 10px;

  color: #9e9c9c;

  float: left;

}

.pagination &gt; li &gt; span{

  background-color: #efeeee;

}

.pagination &gt; .active &gt; a,

.pagination &gt; .active &gt; a:hover,

.pagination &gt; .active &gt; a:focus,

.pagination &gt; .active &gt; span,

.pagination &gt; .active &gt; span:hover,

.pagination &gt; .active &gt; span:focus {

  background-color: #b9b7b7;

  color: #fff;

}

.pagination &gt; li &gt; a:hover,

.pagination &gt; li &gt; a:focus,

.pagination &gt; li &gt; span:hover,

.pagination &gt; li &gt; span:focus{

  opacity: 0.7;

}

</pre></body></html>