/* Keep the Dr. Vik footer mark legible on dark surfaces. */
html[data-theme="dark"] footer img:is(.f-logo,.dvf-logo){
  filter:brightness(0) invert(1);
  opacity:1;
}
