diff options
| author | user@node5.net <user@node5.net> | 2025-09-05 20:50:17 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-09-05 20:50:17 +0200 |
| commit | 37525d27595931b0d000da98acc0dedbf62df9c5 (patch) | |
| tree | 00967a1f4aeb9dc424705bc2ebe7f1bc85d73062 /blog.node5.net | |
| parent | 0423678a5c32d10ea23335ee1d3d2b98c9bbe791 (diff) | |
Style background less prominent
Diffstat (limited to 'blog.node5.net')
| -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 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 */ |
