fix backgrounds

This commit is contained in:
Mike J Innes 2017-01-19 13:07:18 +00:00
parent af8e30b2b1
commit b09550aa2d

View File

@ -1,3 +1,7 @@
body {
background: rgb(40, 40, 40);
}
nav.toc { nav.toc {
padding-top: 0; padding-top: 0;
background: rgb(40, 40, 40); background: rgb(40, 40, 40);
@ -58,6 +62,7 @@ a:visited {
} }
article { article {
background: white;
line-height: 2em; line-height: 2em;
} }