:not(.theme--light) nav {
    background-image: linear-gradient(rgba(0, 0, 0, 0), hsla(0, 0%, 6%, 1)), url(/headerimage.png);
    background-color: #131313;
}
footer.v-footer::after {
  content: 'Free Palestine';
  color: transparent;
  pointer-events: none;
  background: conic-gradient(from -129deg at 33% 50%, red 0 22%, transparent 22% 100%),
    linear-gradient(black 33%, white 33%, white 66%, #009736 66%);
  position: fixed;
  width: 50px;
  height: 25px;
  bottom: 8px;
  inset-inline: 0;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0 0 0 1px inset rgba(0,0,0,.4);
}