mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
* Update documents for mkdocs compatibility * documents update * documents update * Update README.md * Update README.md add link to "https://docs.librechat.ai" on the logo * document updates * docs - badge updates * docs - badge updates * docs - badge updates * Update docker_install.md * Update .env.example update default MONGO_URI to port 27018 so local install can communicate with the docker db * Update windows_install.md fix typo
6 lines
No EOL
170 B
CSS
6 lines
No EOL
170 B
CSS
/*example youtube color scheme*/
|
|
[data-md-color-scheme="youtube"] {
|
|
--md-primary-fg-color: #eee;
|
|
--md-primary-bg-color: #555;
|
|
--md-accent-fg-color: #f00;
|
|
} |