diff options
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 { |