style: retheme system page to site light palette — remove dark --sys-* tokens

This commit is contained in:
Pontoporeia
2026-04-08 17:49:50 +02:00
parent df414346e9
commit d68645f1b1
6 changed files with 60 additions and 71 deletions

View File

@@ -8,7 +8,7 @@
- **search.css** — search/directory page
- **tfe.css** — individual thesis page
- **apropos.css** — about + licence pages
- **system.css** — admin system dashboard (dark terminal panels)
- **system.css** — admin system dashboard
- **admin.css** — admin section (loaded alongside `common.css` on every admin page)
- **modern-normalize.min.css** — third-party reset (minified, do not edit)
@@ -18,4 +18,4 @@
- No hardcoded hex, rgb(), or rgba() in any other file.
- All files `@import url("./variables.css")` at the top.
- Admin and public share the same token names — no separate admin theme.
- No dark-mode media query. The system page uses `--sys-*` tokens (intentionally dark terminal aesthetic).
- No dark-mode media query. System page uses the same light tokens as the rest of the admin section.