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 a746d0b commit a6f8367Copy full SHA for a6f8367
layouts/_default/_markup/render-codeblock.html
@@ -1,6 +1,8 @@
1
<div data-pagefind-ignore class="scroll-mt-2" x-data x-ref="root">
2
{{ with .Attributes.title }}
3
- <div class="mb-3 text-sm text-gray-100 dark:bg-gray-900 dark:text-gray-900">
+ <div
4
+ class="mb-0 rounded-sm bg-gray-100 p-2 text-sm text-gray-900 dark:bg-gray-900 dark:text-gray-200"
5
+ >
6
{{ . }}
7
</div>
8
{{ end }}
0 commit comments