This commit is contained in:
ryfrd 2026-03-18 20:32:25 +00:00
parent 6623ee03f6
commit 44c8324063
120 changed files with 22842 additions and 4673 deletions

View file

@ -5,5 +5,6 @@
/* define colors */
:root {
--bg: white;
--fg: black;
--fg: #1a1a1a;
--accent: #999;
}