feat: gruvbox theme on code

This commit is contained in:
2026-06-21 16:36:34 +00:00
parent 22d9ee2eee
commit 6c7ae50ec8
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@ disableHugoGeneratorInject = true
[outputs] [outputs]
home = ["HTML", "RSS", "JSON"] home = ["HTML", "RSS", "JSON"]
[markup.highlight]
style = "gruvbox"
[markup.goldmark.extensions.passthrough] [markup.goldmark.extensions.passthrough]
enable = true enable = true
@@ -120,6 +120,10 @@
background: rgba(12, 11, 10, 0.86); background: rgba(12, 11, 10, 0.86);
} }
.highlight pre {
padding: 0.5rem 1rem;
}
@media (max-width: 768px) { @media (max-width: 768px) {
#search-dialog { #search-dialog {
margin-top: 1rem; margin-top: 1rem;