feat: gruvbox theme on code
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user