about summary refs log tree commit diff
path: root/blog.node5.net
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-08-24 22:53:32 +0200
committeruser@node5.net <user@node5.net>2025-08-24 22:53:32 +0200
commit0423678a5c32d10ea23335ee1d3d2b98c9bbe791 (patch)
treef1c9dd1f5854c784951874fa77e6464aadea0579 /blog.node5.net
parent22ed3f99e7b65c0958d9be0feea8c3ed7c37400a (diff)
Background more prominent
Diffstat (limited to 'blog.node5.net')
-rw-r--r--blog.node5.net/static/main.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/blog.node5.net/static/main.css b/blog.node5.net/static/main.css
index 5617176..25cf1da 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.85),
-          rgba(0, 0, 0, 0.85)
+          rgba(0, 0, 0, 0.75),
+          rgba(0, 0, 0, 0.75)
         ), url(bg.png);
     background-size: cover;
     z-index: -1; /* Keep the background behind the content */
@@ -149,5 +149,5 @@ body:before {
 
     /* don't forget to use the prefixes you need */
     transform: scale(1); /* Adjust scale as needed */
-    filter: blur(2em);
+    filter: blur(1em);
 }