Skip to content

Commit 277f2b5

Browse files
committed
fix weird compile bug
1 parent 035e280 commit 277f2b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/routes/contribute/git-practices/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ be manually edited. A solution to this is to remove the `search.json` file and
7474
optionally run the search index generation script. This will regenerate the file
7575
and you can commit it.
7676

77-
```sh
77+
```
7878
node run ./gen_search_indexes_node.js
7979

8080
OR

src/styles/md.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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;
@@ -17,7 +17,7 @@
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:!border-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 {

0 commit comments

Comments
 (0)