From b34f337d865a7552d805583f21bf5bf50d973b09 Mon Sep 17 00:00:00 2001 From: gaia Date: Sun, 4 Aug 2024 19:10:34 -0400 Subject: [PATCH] improved readability --- blog-log/index.html | 14 ++++++++------ blog-log/style.css | 1 + 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/blog-log/index.html b/blog-log/index.html index f23fc03..3916a02 100644 --- a/blog-log/index.html +++ b/blog-log/index.html @@ -12,7 +12,8 @@ Blog-Log -

What is a Blog-Log?

+
+

What is a Blog-Log?

A Blog-Log exists separately from a blog or a log. It's something new.
@@ -48,12 +49,13 @@ Where In Cyberspace Is This Blog?

- - - - - +
+ + + + +

Permission to mirror, repost, edit, review, etc is given so long as it's not for some dumb-ass, lame-ass, corporate fucking bullshit. diff --git a/blog-log/style.css b/blog-log/style.css index b1859cd..1a6c255 100755 --- a/blog-log/style.css +++ b/blog-log/style.css @@ -97,6 +97,7 @@ h1 { margin-bottom: 0.1rem; border: 0.125rem solid; border-color: var(--text-color); + background-color: rgba(255, 167, 189, 0.75); } .bllog-container > p {