repeat bg just in case

master v0.10
Bel LaPointe 2020-09-28 13:37:56 -06:00
parent 06b849ed2e
commit 2dd49e169a
1 changed files with 5 additions and 0 deletions

View File

@ -61,13 +61,18 @@ func main() {
column-count: auto !important; column-count: auto !important;
-webkit-column-count: auto !important; -webkit-column-count: auto !important;
overflow: auto !important; overflow: auto !important;
background-repeat: repeat-x;
} }
.%s h1 { .%s h1 {
column-span: none !important; column-span: none !important;
-webkit-column-span: none !important; -webkit-column-span: none !important;
} }
.%s nav {
background: none !important;
}
%s %s
</style>`, </style>`,
mdClass,
mdClass, mdClass,
mdClass, mdClass,
b, b,