diff options
| author | user@node5.net <user@node5.net> | 2025-09-26 00:20:54 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-09-26 00:20:54 +0200 |
| commit | 8500434b8016d897061f240d69dc9f49285387da (patch) | |
| tree | 1755d92b4fd30805e4ae0d2ef29d309a18f94070 | |
| parent | 504412c3acdb69bbe50a60550add2f72ad8915a2 (diff) | |
Style background - More prominent
| -rw-r--r-- | blog.node5.net/static/main.css | 4 |
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 */ |
