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; -}