ultisuite-backend/services/openwebui/static/custom.css
R3D347HR4Y 1e4e373f93
Some checks are pending
CI / Go tests (push) Waiting to run
CI / Integration tests (push) Waiting to run
CI / DB migrations (push) Waiting to run
feat(branding): update UltiAI branding and configuration
- Added WEBUI_NAME variable to .env.example and Docker Compose for consistent branding.
- Enhanced Nginx configuration with sub_filters to replace 'Open WebUI' with 'UltiAI' in responses.
- Introduced custom CSS for UltiAI branding and added logo and favicon assets.
- Implemented routing adjustments in Nginx to support SPA navigation without prefix issues.
2026-06-13 22:55:35 +02:00

5 lines
97 B
CSS

/* UltiAI branding overrides (OpenWebUI custom.css hook) */
:root {
--ultiai-brand: #1a73e8;
}