Minor tweaks

This commit is contained in:
nutty
2026-06-29 23:45:48 +10:00
parent 82d5e4fbc2
commit 819d3c2fd3
7 changed files with 43 additions and 50 deletions
+2 -1
View File
@@ -45,6 +45,7 @@
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
border-radius: 1em;
overflow: hidden;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
@@ -64,7 +65,7 @@
background-repeat: no-repeat;
background-blend-mode: overlay; /* Or 'soft-light' for a subtler effect */
filter: blur(0px) brightness(0.3) saturate(1.2);
filter: blur(5px) brightness(0.3) saturate(1.2);
transform: scale(1.1); /* Slightly zoom in to cover edges when blurred */
}