diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-09-27 16:41:59 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-09-27 18:02:34 +0200 |
commit | dc2ad30a02f68b25b536ebbec80c35397ba4ac68 (patch) | |
tree | 635d113fd9b903c5bfbc5b1189260e232dc8a59a /src/styles | |
parent | f271116865754824e53a6928f7ab89b862793551 (diff) |
css: minor
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/style.css | 10 |
1 files changed, 6 insertions, 4 deletions
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 { |