diff --git a/static/css/blog/post.css b/static/css/blog/post.css index b32cf1a..0f48e03 100644 --- a/static/css/blog/post.css +++ b/static/css/blog/post.css @@ -16,7 +16,7 @@ :root { --selection: rgba(124, 75, 173, 0.5); --bg: #171e26; - --font-color: #a1a1aa; + --font-color: #bcbcc5; --code-font-color: #eeeeee; --code-bg-color: #333333; --quote-border-color: #bd93f9; @@ -28,7 +28,7 @@ :root { --font-size: 17px; - --max-width: 720px; + --max-width: 750px; } html { @@ -228,7 +228,7 @@ pre:has(code.language-mermaid) { text-align: center; } -@media only screen and (max-width: 720px) { +@media only screen and (max-width: 750px) { body { margin: 20px; }