diff --git a/README.md b/README.md index 333fbde..f1267a2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ Live demo here: https://pawroman.github.io/zola-theme-terminimal/ +Tested with Zola v0.11.0. + +#### Fork disclaimer + This theme is a fork (not a port) of "Terminal" Hugo theme by Radosław Kozieł (aka. panr): https://github.com/panr/hugo-theme-terminal diff --git a/sass/main.scss b/sass/main.scss index ec2aec0..9501e69 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -144,6 +144,12 @@ pre { white-space: pre-wrap; word-wrap: break-word; } + + code { + padding: 0; + margin: 0; + background: none; + } } blockquote {