diff --git a/flux.css b/flux.css index e0248a54..c3e60753 100644 --- a/flux.css +++ b/flux.css @@ -1,3 +1,7 @@ +body { + background: rgb(40, 40, 40); +} + nav.toc { padding-top: 0; background: rgb(40, 40, 40); @@ -58,6 +62,7 @@ a:visited { } article { + background: white; line-height: 2em; }