From dc2ad30a02f68b25b536ebbec80c35397ba4ac68 Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Tue, 27 Sep 2022 16:41:59 +0200 Subject: css: minor --- src/styles/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/styles') diff --git a/src/styles/style.css b/src/styles/style.css index 61b4732..f932d79 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -1,8 +1,8 @@ :root { - --bg: #f3f3f3; + --bg: #fafafa; --fg: #181a1b; --link: #175db6; - --code: #e8e8e8; + --code: #efefef; --footer: #828997; --home-link: #c02c38; --quote-border: #c678dd; @@ -26,7 +26,7 @@ html { body { font: 1em/1.6 'Open Sans', sans-serif; margin: 0 auto; - max-width: 46em; + max-width: 50em; padding: 0em 1em; } @@ -75,7 +75,9 @@ code { } p img, table { - max-width: 100%; + max-width: 95%; + margin-top: 2.2em; + margin-bottom: 2.2em; } img { -- cgit v1.2.3-70-g09d2