From 7f13310b0915c01080cf2ed03cab8b14364eb5c1 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 4 Aug 2024 22:46:31 +0000 Subject: [PATCH] post-aria styling --- blog-log/index.html | 7 ++++++- blog-log/style.css | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/blog-log/index.html b/blog-log/index.html index 28c9e79..f23fc03 100644 --- a/blog-log/index.html +++ b/blog-log/index.html @@ -48,6 +48,11 @@ Where In Cyberspace Is This Blog?

+ + + + +

Permission to mirror, repost, edit, review, etc is given @@ -57,4 +62,4 @@

- \ No newline at end of file + diff --git a/blog-log/style.css b/blog-log/style.css index c5ea110..b1859cd 100755 --- a/blog-log/style.css +++ b/blog-log/style.css @@ -63,7 +63,9 @@ h1 { } body { + background-image: url("ahm60032.jpg"); background-color: #ffa7bd; + background-blend-mode: lighten; font-family: "Oswald-Light"; }