Spaces:
Running
Running
File size: 446 Bytes
c868574 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /* 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;
}
|