/* Overrides for the wget-downloaded static version (no external dependencies). */

/* The Tailwind class is generated from: bg-[url('/images/grid-pattern.png')]
   In the downloaded CSS it points to the live domain. Override to local SVG. */
.bg-\[url\(\'\/images\/grid-pattern\.png\'\)\]{
  background-image:url("images/grid-pattern.svg") !important;
  background-size:40px 40px;
}

