Enhance glass panel blur effect and update component styling

This commit is contained in:
Riccardo Giorato
2025-12-23 12:35:10 +01:00
parent d2b94bde98
commit 55144e38d3
2 changed files with 74 additions and 54 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
/* Glass panel effect for cards */
.glass-panel {
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(10px);
backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.08);
}