mirror of
https://github.com/danbulant/ester-klient
synced 2026-05-20 21:09:05 +00:00
16 lines
No EOL
315 B
CSS
16 lines
No EOL
315 B
CSS
html {
|
|
background: url("./assets/images/scenic-landscape-1493434907dkG.jpg");
|
|
background-size: cover;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body {
|
|
/*backdrop-filter: blur(3px);*/
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.grid-stack-item {
|
|
backdrop-filter: blur(15px);
|
|
border-radius: 15px;
|
|
color: white;
|
|
} |