From 7a03049f96a87e0d562a4adea671bdf386a0f72f Mon Sep 17 00:00:00 2001 From: nathansmith Date: Sun, 25 May 2025 18:54:19 -0600 Subject: New blog post and better support added --- org/css/blog.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'org/css/blog.css') diff --git a/org/css/blog.css b/org/css/blog.css index 9f6477e..dbe52ac 100644 --- a/org/css/blog.css +++ b/org/css/blog.css @@ -3,6 +3,11 @@ body { background-image: url("../images/blog-background.jpg"); } +/* Helps it nicely degrade when css is removed */ +hr { + display: none; +} + .container { background-color: #bebebe; width: 65%; -- cgit v1.2.3