- 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.
5 lines
97 B
CSS
5 lines
97 B
CSS
/* UltiAI branding overrides (OpenWebUI custom.css hook) */
|
|
:root {
|
|
--ultiai-brand: #1a73e8;
|
|
}
|