We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b62780 commit 007090bCopy full SHA for 007090b
resources/css/app.css
@@ -164,6 +164,7 @@ nav.docs-navigation > ul > li > ul {
164
}
165
166
167
+/* Prose */
168
.prose h1 {
169
@apply text-2xl;
170
@@ -241,3 +242,18 @@ nav.docs-navigation > ul > li > ul {
241
242
.prose pre code.torchlight .summary-caret {
243
@apply mr-4;
244
245
+
246
+/*
247
+ Prose dark mode
248
+*/
249
+.dark .prose strong {
250
+ @apply text-gray-300;
251
+}
252
253
+.dark .prose blockquote {
254
255
256
257
+.dark .prose code {
258
259
0 commit comments