Replace bespoke codeblock theme with Dracula theme

https://draculatheme.com
This commit is contained in:
Eryn Wells 2024-07-03 07:27:45 -07:00
parent 25d36563f5
commit 32b04bc184
2 changed files with 27 additions and 34 deletions

View file

@ -1,4 +1,4 @@
{{- $highlighted := transform.HighlightCodeBlock . -}}
<pre class="codeblock">
<pre class="codeblock color-theme__dracula">
{{- $highlighted.Inner -}}
</pre>