From 6b2868798f1b9f6f7f69c1e7b3e710e91b172674 Mon Sep 17 00:00:00 2001 From: Neo_Chen Date: Tue, 21 Apr 2020 08:56:02 +0800 Subject: [PATCH] Load CSS correctly --- docs/header.html | 4 ++-- docs/neostyle.css | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/header.html b/docs/header.html index 462348a..f67b8a3 100644 --- a/docs/header.html +++ b/docs/header.html @@ -4,7 +4,7 @@ NeoNetwork - - + + diff --git a/docs/neostyle.css b/docs/neostyle.css index f560ad6..1cf1973 100644 --- a/docs/neostyle.css +++ b/docs/neostyle.css @@ -41,6 +41,7 @@ h2 { .mono, code { font-family: monospace; font-size:12pt; + background-color: #fff; } .msrf { @@ -51,7 +52,7 @@ h2 { .srf, p { font-family: serif; - font-size:9pt; + font-size:12pt; } .srfb { @@ -93,7 +94,3 @@ table, th, td { border-style: solid; border-width: 2px; } - -.whitebg { - background-color: #fff; -}