diff --git a/endpoints/docs/lollms_theme/doc.md b/endpoints/docs/lollms_theme/doc.md new file mode 100644 index 00000000..58ed9070 --- /dev/null +++ b/endpoints/docs/lollms_theme/doc.md @@ -0,0 +1,59 @@ +Lollms theme: + +1. Use Tailwind CSS for styling: +```html + +``` + +2. Implement a gradient background: +```html + +``` + +3. Create a container with responsive padding: +```html +
+``` + +4. Style headers with large, bold text in indigo: +```html +

Chat with PDFs

+``` + +5. Use white backgrounds with shadow for content areas: +```html +
+``` + +6. Style buttons with indigo background and hover effects: +```html +