Files
Johnnybegood90 8ba8c3013e Harden Docker packaging and bundle frontend assets locally
- replace fragile Docker file bind mount with persistent /data storage
- add container entrypoint to link config.json from persistent storage
- tighten Docker image permissions and add a basic healthcheck
- add .dockerignore to keep git metadata and runtime files out of the image
- bundle hls.js locally instead of loading it from a CDN
- download and serve UI/theme fonts locally instead of Google Fonts
- update service worker cache entries for local assets
- refresh README to reflect local bundled assets and cleaner deployment docs
2026-03-14 03:10:21 +01:00

25 lines
535 B
CSS

/*
* GridTV Theme — Cyberpunk
* Néons rose/cyan sur noir absolu. Blade Runner.
*/
:root {
--bg: #000008;
--surface: #080010;
--surface2: #100020;
--border: #300050;
--border-bright: #6000a0;
--accent: #ff00cc;
--accent2: #00ffee;
--accent-live: #ff0040;
--text: #dd88ff;
--text-dim: #7700bb;
--text-bright: #ffddff;
--prog-bg: #0a0018;
--prog-border: #400070;
--prog-live-bg: #180030;
--prog-live-border: #ff00cc;
--font-ui: 'Rajdhani', sans-serif;
--font-mono: 'Share Tech Mono', monospace;
}