From d3727b600b1184ebb3015ecbe16f8db1872fdd73 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Apr 2023 15:38:29 +0000 Subject: [PATCH] incremental styling changes --- static/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 6315f18..ff54632 100644 --- a/static/style.css +++ b/static/style.css @@ -1,9 +1,11 @@ body { margin: 3em 20% 3em 20%; - background: #9bf2dc; + background: #181818; + max-width: 50em; + margin-inline: auto; color: white; - font-family: helvetica; + font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } a, a:link {