Files
xamxam/TODO.md
Pontoporeia bf2594112b fix serve recipe: filter output to Development Server start + [200] requests only
refactor: unify CSS color variables across public and admin

- Replace old variable structure with new standardized naming:
  - Background: --bg-primary, --bg-secondary, --bg-tertiary, --bg-active
  - Text: --text-primary, --text-secondary, --text-tertiary
  - Border: --border-primary, --border-secondary
  - Status: --success, --error, --warning
  - Accent: --accent-primary, --accent-secondary, --accent-foreground, --accent-muted
- Remove admin-specific color variables (--admin-*)
- Update all CSS files to use shared variables:
  - variables.css, common.css, main.css, admin.css
  - tfe.css, search.css, apropos.css, system.css, colors.css
2026-04-02 17:22:51 +02:00

455 B

TODO

  • Update CSS variables structure in variables.css
  • Remove admin-specific color variables
  • Update common.css to use new variables
  • Update main.css to use new variables
  • Update admin.css to use new variables
  • Update tfe.css to use new variables
  • Update search.css to use new variables
  • Update apropos.css to use new variables
  • Update system.css to use new variables
  • Update colors.css reference file