add blur filter

pull/647/head
stereobooster 2023-09-13 09:40:46 +02:00
parent 8989f5186a
commit d37a633509
2 changed files with 12 additions and 0 deletions

View File

@ -1159,6 +1159,13 @@ body:has(#menu-controller:checked) {
margin-right: 0px;
}
/* LQIP */
picture > img {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
/* Code Copy */
.highlight-wrapper {

View File

@ -73,6 +73,11 @@ body:has(#menu-controller:checked) {
@apply rtl:mr-0;
}
/* LQIP */
picture > img {
backdrop-filter: blur(10px);
}
/* Code Copy */
.highlight-wrapper {
@apply block;