diff --git a/public/static/style/main.css b/public/static/style/main.css index 201139e..be68b6c 100644 --- a/public/static/style/main.css +++ b/public/static/style/main.css @@ -5,8 +5,8 @@ body { display: flex; flex-flow: column; - background: #eee; - color: #222; + background: #e8e8e8; + color: #111; font-size: 1rem; font-family: Arial, sans-serif; line-height: 1.5; @@ -41,7 +41,7 @@ a { } #menu { - background: #222; + background: #111; color: #eee; padding: .25rem; padding-left: .75rem;