A tiny read-only git web frontend — browse bare repos with just PHP and git, no database, no framework.
/* github-light — GitHub Primer light palette. Same 11 tokens as every other
theme in this directory; assets/base.css does all the actual layout. */
:root {
--bg: #ffffff;
--fg: #1f2328;
--dim: #59636e;
--acc: #0969da;
--line: #d0d7de;
--surface: #f6f8fa;
--pre-bg: #f6f8fa;
--add: #1a7f37;
--del: #cf222e;
--hunk: #0550ae;
--font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
}