.hexagon-light
{
  width: 100%;
  height: 3em;
  background: url('../icons/hexagon-empty.svg');
  background-size: 100% 100%;
}

.hexagon-dark
{
  width: 100%;
  height: 3em;
  background: url('../icons/hexagon-plain.svg');
  background-size: 100% 100%;
}