From 67623ac485315c022d9f63a4793dd18d1bb41870 Mon Sep 17 00:00:00 2001 From: Neo_Chen Date: Mon, 27 Apr 2020 15:33:44 +0800 Subject: [PATCH] homepage: updated CSS --- docs/neostyle.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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; +}