From c95f2dcc2d70e22851b1c1a61e9f9b31cfe8b1a9 Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Sun, 28 Jan 2018 13:07:52 +1100 Subject: [PATCH] improve background and border styles --- assets/static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/static/style.css b/assets/static/style.css index 1718c72..f19bd43 100644 --- a/assets/static/style.css +++ b/assets/static/style.css @@ -4,7 +4,7 @@ html { padding: 0; margin: 0; - background: #eee; + background: #f3f3f3; font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } @@ -12,8 +12,8 @@ body { padding: 30px 40px; margin: 0 auto; background: #fff; - border-left: 5px solid #aaa; - border-right: 5px solid #aaa; + border-left: 5px solid #eee; + border-right: 5px solid #eee; width: 800px; }