This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www.
View the commit online.
commit 58675bfee20a6e79dbdb756ef4dbd6214660206d
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Thu Jun 18 09:29:18 2026 +0100
move page to use dark jpg bg aligned to top and scaled horiz
---
public_html/i/dark-bg.jpg | Bin 0 -> 183049 bytes
public_html/style.css | 11 ++++++-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/public_html/i/dark-bg.jpg b/public_html/i/dark-bg.jpg
new file mode 100644
index 00000000..6179596f
Binary files /dev/null and b/public_html/i/dark-bg.jpg differ
diff --git a/public_html/style.css b/public_html/style.css
index bdbdf13a..9ae0423c 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -19,17 +19,18 @@
}
html {
- background: var(--bg);
+ background: #000;
scroll-behavior: smooth;
}
body {
margin: 0;
overflow-x: hidden;
- background:
- radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.08), transparent 28rem),
- radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.055), transparent 24rem),
- linear-gradient(180deg, #080b0e 0%, #0b0f13 42%, #07090b 100%);
+ background-color: #000;
+ background-image: url("i/dark-bg.jpg");
+ background-position: top center;
+ background-repeat: no-repeat;
+ background-size: 100% auto;
color: var(--text);
font-family: "Open Sans", "Inter", "Segoe UI", sans-serif;
line-height: 1.65;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.