div.button.icon.back-list-button {
  color: #2c363a;
  margin: 0 .3rem!important;
  padding: 0!important;
}

div.button.icon.back-list-button:before {
  font-size: 1.75rem;
  height: 58px;
  line-height: 58px;
  content: "\f053";
  display: block;
  float: left;
  width: 1.18em;
  font-family: Icons;
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  box-sizing: border-box;
  cursor: pointer;
}

html.dark-mode div.button.icon.back-list-button {
  color: #c5d1d3;
}
