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 --- blog/newblog | 2 +- style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/blog/newblog b/blog/newblog index 4ab27ba..2b3a049 100755 --- a/blog/newblog +++ b/blog/newblog @@ -18,7 +18,7 @@ cat > "$filename/index.html" << EOF '$name' - +

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