about summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-09-05 20:50:17 +0200
committeruser@node5.net <user@node5.net>2025-09-05 20:50:17 +0200
commit37525d27595931b0d000da98acc0dedbf62df9c5 (patch)
tree00967a1f4aeb9dc424705bc2ebe7f1bc85d73062
parent0423678a5c32d10ea23335ee1d3d2b98c9bbe791 (diff)
Style background less prominent
-rw-r--r--blog.node5.net/static/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/blog.node5.net/static/main.css b/blog.node5.net/static/main.css
index 25cf1da..8655ae8 100644
--- a/blog.node5.net/static/main.css
+++ b/blog.node5.net/static/main.css
@@ -139,8 +139,8 @@ body:before {
     top: 0; /* Align to the top */
     left: 0; /* Align to the left */
     background: linear-gradient(
-          rgba(0, 0, 0, 0.75),
-          rgba(0, 0, 0, 0.75)
+          rgba(0, 0, 0, 0.9),
+          rgba(0, 0, 0, 0.9)
         ), url(bg.png);
     background-size: cover;
     z-index: -1; /* Keep the background behind the content */