Dear Nico
@Nico-Schröder
The following code:
.navbar {
-webkit-backdrop-filter: blur(.3rem);
backdrop-filter: blur(0.3rem);
-webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.1);
-ms-box-shadow: 0 1px 5px rgba(0,0,0,.1);
-o-box-shadow: 0 1px 5px rgba(0,0,0,.1);
box-shadow: 0 25px 5px rgb(0 0 0 / 10%);
}
Produces the following result:
[image: 1642542738637-screen-shot-2022-01-19-at-10.51.30-am-resized.png]
This is not the same for you?
The unexpected Token shouldn't be a problem:
[image: 1642542890500-screen-shot-2022-01-19-at-10.53.12-am-resized.png]
Result:
[image: 1642542909218-screen-shot-2022-01-19-at-10.53.28-am-resized.png]
Best wishes
Richard