diff options
Diffstat (limited to 'blog.node5.net/static/main.css')
| -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 */ |
