From d1a14497e5035ee4a04bc4294f5f2b7494d688fd Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Tue, 4 Nov 2025 23:47:54 +0900 Subject: [PATCH] Update a few styles to make the site feel a little more readble --- static/review.css | 2 +- static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/review.css b/static/review.css index ef2839a..acabd1f 100644 --- a/static/review.css +++ b/static/review.css @@ -1,5 +1,5 @@ .review { - max-width: calc(70ch + 60px); + max-width: calc(80ch + 60px); margin: auto; display: flex; flex-direction: column; diff --git a/static/style.css b/static/style.css index ccadebd..7dde68f 100644 --- a/static/style.css +++ b/static/style.css @@ -73,7 +73,7 @@ --color-secondary: #FFFFFF; --color-header: #0D0D0D; --color-accent: #D2002E; - --color-primary-background: #1A1A1A; + --color-primary-background: #000; --color-secondary-background: #0D0D0D; --color-link: #4487D9; --color-deemphasize: #ADADAD;