Skip to content

Commit a2491c4

Browse files
committed
fixed code css
1 parent e24c2a1 commit a2491c4

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

.astro/data-store.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/content/blog/Building-a-simple-free-alternative-to-Algolia-and-TypeSense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Here is the client-side logic (note: replace `app:myapp` with an actual app ID f
264264

265265
The full code for the search widget is available [on JSFiddle](https://jsfiddle.net/b310mqoj/7/).
266266

267-
<script async src="//jsfiddle.net/b310mqoj/8/embed/html,js,css,result/dark/"></script>
267+
<script async src="//jsfiddle.net/9jfn1tcd/5/embed/result,html,js,css/dark/"></script>
268268

269269
*If you liked this post, you can try out Para at [ParaIO.com](https://paraio.com) or chat with me
270270
[on Gitter](https://gitter.im/Erudika/para).*

src/styles/global.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@
4545
@apply text-sky-500 hover:underline no-underline;
4646
}
4747

48-
.prose code {
49-
@apply bg-slate-100 px-1.5 py-0.5 rounded font-mono text-sm;
50-
}
51-
52-
.prose pre {
53-
@apply bg-slate-900 rounded-xl;
54-
}
55-
5648
.logo-light {
5749
display: block;
5850
}

0 commit comments

Comments
 (0)