b9438: webui: add custom CSS injection via config (#23904)
The llama.cpp project has released version b9438, introducing a new feature that allows for custom CSS injection into its web UI. This update enables users to theme the interface by providing custom CSS through a configuration setting, which can be synced and applied without rebuilding the binary. The changes were implemented to improve user customization and adhere to idiomatic Svelte practices. AI
IMPACT Allows users to customize the interface of a local LLM inference tool.