@@ -186,11 +186,20 @@ twitter:description: "Build with our leading Speech AI models"
186
186
border-color: #171c29;
187
187
}
188
188
189
+ :is(.dark) body#fern-docs .product-card .fern-card .text-\( color\: --grayscale-a11\) {
190
+ background-color: #0d101a;
191
+ border-color: #171c29;
192
+ }
193
+
189
194
:is(.dark) .product-card .fern-card .t-muted p {
190
195
background-color: #0d101a;
191
196
192
197
}
193
198
199
+ :is(.dark) body#fern-docs .product-card .fern-card .text-\( color\: --grayscale-a11\) p {
200
+ background-color: #0d101a;
201
+ }
202
+
194
203
:is(.dark) .product-card .fern-card .text-base {
195
204
color: white;
196
205
}
@@ -213,6 +222,18 @@ twitter:description: "Build with our leading Speech AI models"
213
222
height: 85% !important;
214
223
}
215
224
225
+ body#fern-docs .product-card .fern-card .text-\( color\: --grayscale-a11\) {
226
+ background-color: #BEC2EE;
227
+ border: 8px solid #BEC2EE;
228
+ border-radius: 12px;
229
+ border-bottom-left-radius: 0px;
230
+ border-bottom-right-radius: 0px;
231
+ border-bottom-width: 0px;
232
+ height: 100% !important;
233
+ margin-top: 10px !important;
234
+ height: 85% !important;
235
+ }
236
+
216
237
.product-card .fern-card .t-muted p {
217
238
color: white;
218
239
background-color: #747FDB;
@@ -226,6 +247,19 @@ twitter:description: "Build with our leading Speech AI models"
226
247
height: 100% !important;
227
248
}
228
249
250
+ body#fern-docs .product-card .fern-card .text-\( color\: --grayscale-a11\) {
251
+ color: white;
252
+ background-color: #747FDB;
253
+ border-radius: 10px;
254
+ border-bottom-left-radius: 0px;
255
+ border-bottom-right-radius: 0px;
256
+ padding-left: 16px;
257
+ padding-right: 16px;
258
+ padding-top: 12px;
259
+ padding-bottom: 12px;
260
+ height: 100% !important;
261
+ }
262
+
229
263
.product-card .fern-card .w-full.space-y-1.overflow-hidden {
230
264
margin-top: 10px !important;
231
265
display: flex;
@@ -256,6 +290,10 @@ twitter:description: "Build with our leading Speech AI models"
256
290
color: rgba(var(--body-text),var(--tw-text-opacity,1) !important;
257
291
}
258
292
293
+ body#fern-docs .gradient-card .fern-card .text-\( color\: --grayscale-a11\) {
294
+ color: rgba(var(--body-text),var(--tw-text-opacity,1) !important;
295
+ }
296
+
259
297
:is(.dark) .sdk-card .fern-card {
260
298
background-color: #2A2522;
261
299
}
0 commit comments