We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6834d11 commit 66e31f1Copy full SHA for 66e31f1
1 file changed
fern/assets/styles.css
@@ -277,4 +277,9 @@ html.dark button[data-highlighted] .fern-api-property-meta {
277
278
.light .fern-theme-default.fern-container {
279
background-color: #fff !important;
280
+}
281
+
282
+/* Fix: Make subtitle white on pages with availability badges in dark mode */
283
+:is(.dark) .prose-p\:text-\(color\:--grayscale-a11\) :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
284
+ color: var(--grayscale-12) !important;
285
}
0 commit comments