Frosted glass effect

This commit is contained in:
momo5502
2025-07-12 10:24:18 +02:00
parent f9be33b383
commit c513debcae
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
.emulation-summary {
box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.1);
box-shadow: 0px 0px 15px 4px rgba(255, 255, 255, 0.1);
/*border: 1px solid rgba(255, 255, 255, 0.2);*/
backdrop-filter: blur(7px) brightness(0.8) saturate(1.3);
}