/*
 * Web Design page only.
 *
 * Shared service-page styles are in services-common.css (including the
 * .card-glow-hover cards this page uses); utilities come from main.css.
 * Nothing from those files is repeated here.
 */

/* Tech-stack icon bubbles invert to near-black on hover. The Tailwind build in
   main.css does not include this arbitrary value, so it is generated here the
   same way Tailwind would. */
@media (hover: hover) {
  .hover\:bg-\[\#111\]:hover {
    background-color: #111;
  }
}
