From 615b6e16837c5b3531bb28c45fdd70f2a941e1cf Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 14 Jan 2024 19:39:39 -0500 Subject: add style for blog entries --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index cb2e4ca..097cb73 100644 --- a/style.css +++ b/style.css @@ -36,6 +36,12 @@ html, body { display: flex; justify-content: center; } +body[id=blog] { + background-color: #161617; + display: unset !important; + max-width: 80ch; + margin: auto; +} div#master header { text-align: center; font-size: 30px; -- cgit v1.2.1