about summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-09-26 00:20:54 +0200
committeruser@node5.net <user@node5.net>2025-09-26 00:20:54 +0200
commit8500434b8016d897061f240d69dc9f49285387da (patch)
tree1755d92b4fd30805e4ae0d2ef29d309a18f94070
parent504412c3acdb69bbe50a60550add2f72ad8915a2 (diff)
Style background - More 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 4f9ba26..8f439e2 100644
--- a/blog.node5.net/static/main.css
+++ b/blog.node5.net/static/main.css
@@ -176,8 +176,8 @@ body:before {
     top: 0; /* Align to the top */
     left: 0; /* Align to the left */
     background: linear-gradient(
-          rgba(0, 0, 0, 0.85),
-          rgba(0, 0, 0, 0.85)
+          rgba(0, 0, 0, 0.7),
+          rgba(0, 0, 0, 0.7)
         ), url(bg.webp);
     background-size: cover;
     z-index: -1; /* Keep the background behind the content */