/*
 * forgejo-github-theme — your overrides
 *
 * This file is created once by install.sh and is NEVER overwritten by a
 * reinstall or an upgrade. Put every customisation here.
 *
 * Examples — uncomment and edit:
 *
 * :root {
 *   --gh-accent:        #8957e5;
 *   --gh-accent-strong: #6e40c9;
 *   --gh-radius:        6px;
 *   --gh-sidebar-width: 336px;
 *   --gh-logo-url:      url("/assets/img/gh-theme-logo.svg");
 *   --gh-logo-width:    92px;
 * }
 *
 * Square-corner instance default (users can still toggle it):
 * html[data-gh-corners="rounded"] { --gh-radius: 0; }
 */
