aboutsummaryrefslogtreecommitdiff
path: root/org
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-08-08 23:32:36 -0600
committernathan <nathansmith@disroot.org>2025-08-08 23:32:36 -0600
commit4997f6d7bc8d26d3b1f87765b4800b9e03017053 (patch)
treef770931b8a879154f18d8fdb4b4b7b78dcd029b6 /org
parentcd382aeadbe7f92609d13a74ed7b8b8167da8755 (diff)
A few more pages switched to dark
Diffstat (limited to 'org')
-rw-r--r--org/css/blog.css25
-rw-r--r--org/css/guest-book.css23
-rw-r--r--org/images/blog-background.jpgbin18023 -> 14814 bytes
-rw-r--r--org/images/give-me-dollaridoos.jpgbin16111 -> 16730 bytes
-rw-r--r--org/images/guest-book-background.pngbin28335 -> 28753 bytes
-rw-r--r--org/images/music-background.jpgbin42358 -> 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
--- a/org/images/blog-background.jpg
+++ b/org/images/blog-background.jpg
Binary files differ
diff --git a/org/images/give-me-dollaridoos.jpg b/org/images/give-me-dollaridoos.jpg
index e24b9e7..da83820 100644
--- a/org/images/give-me-dollaridoos.jpg
+++ b/org/images/give-me-dollaridoos.jpg
Binary files differ
diff --git a/org/images/guest-book-background.png b/org/images/guest-book-background.png
index 4bea637..19ee782 100644
--- a/org/images/guest-book-background.png
+++ b/org/images/guest-book-background.png
Binary files differ
diff --git a/org/images/music-background.jpg b/org/images/music-background.jpg
index 69c914a..eb9998b 100644
--- a/org/images/music-background.jpg
+++ b/org/images/music-background.jpg
Binary files differ