midah's picture
Consolidated explorer shell on the Space: sidebar nav (eval/sessions toggle), bundled demo session, footer cross-nav to essay/arXiv/github; relative same-origin fetch; +2 datasets in SUGGESTED
c868574 verified
Raw
History Blame Contribute Delete
446 Bytes
/* procgrep shared palette: the single source of truth for the base tokens used
across the essay, explorer, and session panel. Page-specific tokens (the
panel's atom and outcome colors, its lighter rule shade) stay with the page
that uses them and alias these where they match. */
:root{
--paper:#F7F5F2;
--ink:#14110E;
--copper:#CB4D20;
--blue:#5692E5;
--teal:#20A380;
--olive:#585E53;
--rule:#d9d4cc;
--gray:#b7b1a7;
}