Files
Oxicloud/static/css/base/variables.css
T
Dionisio f2d35ca792 feat: auto-persist JWT secret, remove setup token requirement
- JWT secret auto-generates and persists to <STORAGE_PATH>/.jwt_secret
- Remove setup token: first admin setup is open until system initialized
- Fix schema.sql: move CREATE EXTENSION pg_trgm/ltree to top
- Update login UI and auth.js to remove setup token fields
2026-03-05 22:12:53 +01:00

10 lines
226 B
CSS
Executable File

:root {
--color-bg-page: #f5f7fa;
--color-bg-surface: #ffffff;
--color-border: #e2e8f0;
--color-text: #2d3748;
--color-text-muted: #718096;
--color-accent: #ff5e3a;
--color-accent-hover: #e04520;
}