diff --git a/main.go b/main.go index 233cce9..a41424c 100755 --- a/main.go +++ b/main.go @@ -61,13 +61,18 @@ func main() { column-count: auto !important; -webkit-column-count: auto !important; overflow: auto !important; + background-repeat: repeat-x; } .%s h1 { column-span: none !important; -webkit-column-span: none !important; } + .%s nav { + background: none !important; + } %s `, + mdClass, mdClass, mdClass, b,