From 4997f6d7bc8d26d3b1f87765b4800b9e03017053 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 8 Aug 2025 23:32:36 -0600 Subject: A few more pages switched to dark --- org/css/blog.css | 25 ++++++++++++++++++++----- org/css/guest-book.css | 23 +++++++++++++++++++---- org/images/blog-background.jpg | Bin 18023 -> 14814 bytes org/images/give-me-dollaridoos.jpg | Bin 16111 -> 16730 bytes org/images/guest-book-background.png | Bin 28335 -> 28753 bytes org/images/music-background.jpg | Bin 42358 -> 24970 bytes 6 files changed, 39 insertions(+), 9 deletions(-) diff --git a/org/css/blog.css b/org/css/blog.css index dbe52ac..cd061c5 100644 --- a/org/css/blog.css +++ b/org/css/blog.css @@ -1,5 +1,5 @@ body { - background-color: #dcd1ba; + background-color: black; background-image: url("../images/blog-background.jpg"); } @@ -9,16 +9,31 @@ hr { } .container { - background-color: #bebebe; width: 65%; margin: auto; - border: 1px solid black; + color: #00ff00; + background-color: #060a0f; + border: 1px solid gray; + word-wrap : break-word; + overflow-wrap: break-word; +} + +a:link { + color: red; +} + +a:visited { + color: pink; +} + +b { + color: white; } #content-list { - border: 1px dotted black; + border: 1px dotted gray; } .article-header { - border: 1px dotted black; + border: 1px dotted gray; } diff --git a/org/css/guest-book.css b/org/css/guest-book.css index b02b00c..cd82abf 100644 --- a/org/css/guest-book.css +++ b/org/css/guest-book.css @@ -1,5 +1,5 @@ body { - background-color: #dcd1ba; + background-color: black; background-image: url("../images/guest-book-background.png"); } @@ -8,13 +8,28 @@ hr { display: none; } +a:link { + color: red; +} + +a:visited { + color: pink; +} + +b { + color: white; +} + .container { - background-color: #bebebe; width: 65%; margin: auto; - border: 1px solid black; + color: #00ff00; + background-color: #060a0f; + border: 1px solid gray; + word-wrap : break-word; + overflow-wrap: break-word; } .silly-something { - border: 1px dotted black; + border: 1px dotted gray; } diff --git a/org/images/blog-background.jpg b/org/images/blog-background.jpg index 69c91be..34ae260 100644 Binary files a/org/images/blog-background.jpg and b/org/images/blog-background.jpg differ diff --git a/org/images/give-me-dollaridoos.jpg b/org/images/give-me-dollaridoos.jpg index e24b9e7..da83820 100644 Binary files a/org/images/give-me-dollaridoos.jpg and b/org/images/give-me-dollaridoos.jpg differ diff --git a/org/images/guest-book-background.png b/org/images/guest-book-background.png index 4bea637..19ee782 100644 Binary files a/org/images/guest-book-background.png and b/org/images/guest-book-background.png differ diff --git a/org/images/music-background.jpg b/org/images/music-background.jpg index 69c914a..eb9998b 100644 Binary files a/org/images/music-background.jpg and b/org/images/music-background.jpg differ -- cgit v1.2.3