@ -11,6 +11,7 @@ build_search_index = false
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
highlight_theme = "nord"
[extra]
# Put all your custom variables here
@ -49,12 +49,13 @@ pre {
code {
font-family: monospace;
background-color: #2b303b;
background-color: #2e3440;
padding: 0.1em 0.2em;
}
pre code {
padding-left: 0;
background-color: unset;
.warning {