mirror of
https://github.com/fmhy/edit.git
synced 2026-03-11 08:55:38 +00:00
add blur (#4642)
This commit is contained in:
parent
dea24a8b93
commit
13b34fa55b
1 changed files with 10 additions and 0 deletions
|
|
@ -389,4 +389,14 @@ .custom-block-title::before {
|
|||
mask-size: 100% 100%;
|
||||
background-color: currentColor;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* Search modal blurred backdrop */
|
||||
.VPLocalSearchBox .backdrop {
|
||||
backdrop-filter: blur(8px);
|
||||
-webkit-backdrop-filter: blur(8px);
|
||||
}
|
||||
|
||||
.dark .VPLocalSearchBox .backdrop {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
Loading…
Reference in a new issue