From 8500434b8016d897061f240d69dc9f49285387da Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Fri, 26 Sep 2025 00:20:54 +0200 Subject: Style background - More prominent --- blog.node5.net/static/main.css | 4 ++-- 1 file 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 */ -- cgit 1.4.1