feat(ui): style admin shell for retro theme and add prod docker config

- Update the retro theme CSS to style the dashboard, account, and admin pages with a classic Windows 98 aesthetic (silver sidebar, bevelled tabs, sunken metric cards).
- Exclude sidebar links and tabs from default retro link styles to ensure readability.
- Add `docker-compose-prod.yml` for production deployments.
- Add `.prod.env` to `.gitignore`.
This commit is contained in:
2026-05-31 21:03:00 +03:00
parent 42449b3322
commit 2d04a42736
3 changed files with 134 additions and 4 deletions

1
.gitignore vendored
View File

@@ -12,5 +12,6 @@ backend/static/uploads/*
.env
.env.*
!.env.example
.prod.env
scripts/env/dev.env
docker-compose.yml