diff --git a/docs/neostyle.css b/docs/neostyle.css index 4f861c0..f4ad234 100644 --- a/docs/neostyle.css +++ b/docs/neostyle.css @@ -3,17 +3,9 @@ * Released to public domain */ html { - font-family: monospace; - font-size:12pt; border-width: 4pt; border-style: solid; background-color:#c0c0c0; - color:black; -} - -body { - background-color:#c0c0c0; - color:black; } h1 { @@ -92,3 +84,7 @@ img { max-width: 100vw; width: 100%; } + +.whitebg, pre{ + background-color: #fff; +}