Skip to content

Commit 03cca67

Browse files
Add AI Chat (#337)
Co-authored-by: Danny Sheridan <[email protected]>
1 parent f5e37e6 commit 03cca67

File tree

3 files changed

+0
-158
lines changed

3 files changed

+0
-158
lines changed

fern/assets/styles.css

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -178,33 +178,4 @@
178178

179179
html.dark button[data-highlighted] .fern-api-property-meta {
180180
color: var(--accent-contrast) !important;
181-
}
182-
183-
#trieve-search-modal:not(.dark) {
184-
background-color: #fffaea !important;
185-
186-
.chat-footer-wrapper {
187-
background-color: #fffaea !important;
188-
189-
.input-wrapper form input.chat {
190-
background-color: #fffaea !important;
191-
}
192-
}
193-
194-
.trieve-footer {
195-
background-color: #fffaea !important;
196-
}
197-
198-
.input-wrapper .input-flex input {
199-
background-color: #fffaea !important;
200-
}
201-
202-
.trieve-elements-docs {
203-
.item {
204-
background-color: #fffaea !important;
205-
&:hover, &:focus {
206-
background-color: #f8f4e6 !important;
207-
}
208-
}
209-
}
210181
}

fern/assets/trieve-user-script.js

Lines changed: 0 additions & 127 deletions
This file was deleted.

fern/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ landing-page:
3737
css: assets/styles.css
3838
js:
3939
- path: ./assets/close-playground.js
40-
- path: ./assets/trieve-user-script.js
41-
strategy: lazyOnload
4240
navbar-links:
4341
- type: minimal
4442
text: Website

0 commit comments

Comments
 (0)