f2d35ca792
- 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
10 lines
226 B
CSS
Executable File
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;
|
|
}
|