A tiny read-only git web frontend — browse bare repos with just PHP and git, no database, no framework.
/* github-dark — GitHub Primer dark palette. Same 11 tokens as every other
theme in this directory; assets/base.css does all the actual layout. */
:root {
--bg: #0d1117;
--fg: #e6edf3;
--dim: #8b949e;
--acc: #58a6ff;
--line: #30363d;
--surface: #161b22;
--pre-bg: #010409;
--add: #3fb950;
--del: #f85149;
--hunk: #79c0ff;
--font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
}