diff --git a/style.css b/style.css index 153eb90..b8b1065 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,8 @@ * { font-family: "Erbaum Book", "Courier New", Courier, monospace; + background-color: black; + color: white; } .header { @@ -21,8 +23,7 @@ footer { padding-top: 3px; padding-bottom: 3px; padding-left: 30px; - background: #444; - color: white; + color: gray; } a.foo:hover { text-decoration-color: black;