Skip to content

Commit a41b732

Browse files
committed
update home
1 parent 9080d8b commit a41b732

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

fern/pages/home.mdx

+17-17
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ twitter:description: "Build with our leading Speech AI models"
187187
}
188188
189189
:is(.dark) body#fern-docs .product-card .fern-card .text-\(color\:--grayscale-a11\) {
190-
background-color: #0d101a;
191-
border-color: #171c29;
190+
background-color: #0d101a !important;
191+
border-color: #171c29 !important;
192192
}
193193
194194
:is(.dark) .product-card .fern-card .t-muted p {
@@ -223,12 +223,12 @@ twitter:description: "Build with our leading Speech AI models"
223223
}
224224
225225
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;
226+
background-color: #BEC2EE !important;
227+
border: 8px solid #BEC2EE !important;
228+
border-radius: 12px !important;
229+
border-bottom-left-radius: 0px !important;
230+
border-bottom-right-radius: 0px !important;
231+
border-bottom-width: 0px !important;
232232
height: 100% !important;
233233
margin-top: 10px !important;
234234
height: 85% !important;
@@ -248,15 +248,15 @@ twitter:description: "Build with our leading Speech AI models"
248248
}
249249
250250
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;
251+
color: white !important;
252+
background-color: #747FDB !important;
253+
border-radius: 10px !important;
254+
border-bottom-left-radius: 0px !important;
255+
border-bottom-right-radius: 0px !important;
256+
padding-left: 16px !important;
257+
padding-right: 16px !important;
258+
padding-top: 12px !important;
259+
padding-bottom: 12px !important;
260260
height: 100% !important;
261261
}
262262

0 commit comments

Comments
 (0)