/* gitborg custom styling for Forgejo, served at /assets/css/gitborg.css and loaded
   via the custom header hook. Kept intentionally minimal — only light branding so
   Forgejo upgrades don't fight it. Extend as needed. */

:root {
  /* Brand accent reused by the public portal. */
  --gitborg-accent: #4f8cff;
}

/* Example: tint the footer extra links to match the brand. */
footer .links a[href*="gitborg.se"] {
  font-weight: 600;
}
