change markup highlight to fix issue on dark-themed devices
All checks were successful
Build Hugo Site / build (push) Successful in 11s

This commit is contained in:
Benjamin Hays 2024-12-08 15:28:28 -05:00
parent 0d07ba6e47
commit ca08f29c78
Signed by: BenHays42
GPG Key ID: CE14B8B296ABEFB1

View File

@ -65,7 +65,7 @@ url = "/posts"
# Syntax highlight on code blocks
[markup]
[markup.highlight]
style = 'github'
style = 'catppuccin-frappe'
[[deployment.matchers]]
pattern = "^.+\\.(js|css|svg|ttf|woff2)$"