File tree Expand file tree Collapse file tree
routes/contribute/git-practices Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ be manually edited. A solution to this is to remove the `search.json` file and
7474optionally run the search index generation script. This will regenerate the file
7575and you can commit it.
7676
77- ```sh
77+ ```
7878node run ./gen_search_indexes_node.js
7979
8080OR
Original file line number Diff line number Diff line change 11@plugin "@tailwindcss/typography" ;
22
33.md {
4- @apply prose prose-stone prose-sm max-w-full md:prose-base ! prose-invert;
4+ @apply prose prose-stone prose-sm max-w-full md:prose-base prose-invert! ;
55 @apply prose-img:my-1;
66 @apply prose-headings:mb-2 prose-h2:text-2xl prose-h2:mt-7 prose-headings:scroll-mt-16 prose-headings:text-stone-200;
77 @apply prose-p:my-3;
1717 @apply prose-h3:border-b prose-h3:pb-2 prose-h3:border-white/20;
1818 @apply prose-th:p-2 prose-th:text-left prose-thead:bg-stone-800 prose-td:p-2 even:prose-tr:bg-stone-500/10 odd:prose-tr:bg-stone-700/10 prose-table:border prose-table:border-stone-700 prose-table:m-0 prose-table:w-auto;
1919 /* multi-line code blocks below */
20- @apply prose-pre:bg-stone-900 prose-code:prose-pre:p-0 prose-pre:prose-code:! bor der-0 prose-pre:overflow-x-auto;
20+ @apply prose-pre:bg-stone-900 prose-code:prose-pre:p-0 prose-pre:prose-code:border-0! prose-pre:overflow-x-auto;
2121}
2222
2323.remark-code-title {
You can’t perform that action at this time.
0 commit comments