fix: styling

This commit is contained in:
Timothy J. Baek
2024-04-30 16:52:19 -07:00
parent 3c9fc7858b
commit f1acf68bd0
2 changed files with 6 additions and 41 deletions

View File

@@ -31,7 +31,9 @@
>
</div>
<pre class=" rounded-b-lg hljs p-4 px-5 overflow-x-auto rounded-t-none"><code
<pre
class=" hljs p-4 px-5 overflow-x-auto"
style="border-top-left-radius: 0px; border-top-right-radius: 0px;"><code
class="language-{lang} rounded-t-none whitespace-pre">{@html highlightedCode || code}</code
></pre>
</div>