/* [[file:web/sitemap.org::sitemap-css][sitemap-css]] */
/* [[id:20260901T121400.000001]] */

/* SigmaJS graph container: a tall canvas, with the site link colors
   saturated so the per-site coloring reads at a glance (from django). */
#sitemap-container {
  height: 80em;
  filter: saturate(500%);
}

/* Live-search box above the graph: match the page typography and give it
   room so it doesn't sit flush against the canvas. */
#sitemap-search {
  width: 24em;
  max-width: 100%;
  padding: 0.3em 0.5em;
  font: inherit;
}

/* Tag "cloud": pages with more backlinks render larger (log scale). */
.tag-index ul.tag-list a {
  --size: 1;
  font-size: calc(log(var(--size) + 1) * 120%);
}
/* sitemap-css ends here */