.pagetop {
  text-align: right;
  padding: 15px;
  background-color:#EEE;
  color: #000;

}
body
{
margin: 0px;
}

a
{
text-decoration:none;
 color:#000;

}

.pagetop a::after {
  content: "";
  background: url(../img/list-marker.svg) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px 10px;
  transform: rotate(-90deg);
  color: violet;
}