File tree Expand file tree Collapse file tree 1 file changed +22
-24
lines changed
Expand file tree Collapse file tree 1 file changed +22
-24
lines changed Original file line number Diff line number Diff line change @@ -100,30 +100,28 @@ You can customize the chatbot's appearance by overriding CSS variables.
100100### Available CSS Variables
101101
102102``` css
103- :root {
104- /* Border radius */
105- --docs-chatbot-radius
106-
107- /* Colors */
108- --docs-chatbot-background
109- --docs-chatbot-foreground
110- --docs-chatbot-card
111- --docs-chatbot-card-foreground
112- --docs-chatbot-popover
113- --docs-chatbot-popover-foreground
114- --docs-chatbot-primary
115- --docs-chatbot-primary-foreground
116- --docs-chatbot-secondary
117- --docs-chatbot-secondary-foreground
118- --docs-chatbot-muted
119- --docs-chatbot-muted-foreground
120- --docs-chatbot-accent
121- --docs-chatbot-accent-foreground
122- --docs-chatbot-destructive
123- --docs-chatbot-border
124- --docs-chatbot-input
125- --docs-chatbot-ring
126- }
103+ /* Border radius */
104+ --docs-chatbot-radius
105+
106+ /* Colors */
107+ --docs-chatbot-background
108+ --docs-chatbot-foreground
109+ --docs-chatbot-card
110+ --docs-chatbot-card-foreground
111+ --docs-chatbot-popover
112+ --docs-chatbot-popover-foreground
113+ --docs-chatbot-primary
114+ --docs-chatbot-primary-foreground
115+ --docs-chatbot-secondary
116+ --docs-chatbot-secondary-foreground
117+ --docs-chatbot-muted
118+ --docs-chatbot-muted-foreground
119+ --docs-chatbot-accent
120+ --docs-chatbot-accent-foreground
121+ --docs-chatbot-destructive
122+ --docs-chatbot-border
123+ --docs-chatbot-input
124+ --docs-chatbot-ring
127125```
128126
129127### Usage Examples
You can’t perform that action at this time.
0 commit comments