diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-25 18:54:19 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-25 18:54:19 -0600 |
commit | 7a03049f96a87e0d562a4adea671bdf386a0f72f (patch) | |
tree | 69cdfa0394416f8c82a5c500d2e0ab3780c4e723 /org/css/blog.css | |
parent | 66d61b43b4f682581d807a8aeb3c668710e00155 (diff) |
New blog post and better support added
Diffstat (limited to 'org/css/blog.css')
-rw-r--r-- | org/css/blog.css | 5 |
1 files changed, 5 insertions, 0 deletions
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%; |