mirror of https://github.com/jpanther/congo.git
add blur filter
parent
8989f5186a
commit
d37a633509
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue