ぼかし効果の切り替え機能
This commit is contained in:
parent
aeb24b96eb
commit
0f55e65701
21 changed files with 56 additions and 40 deletions
|
|
@ -305,8 +305,8 @@ export default defineComponent({
|
|||
|
||||
&.naked {
|
||||
background: var(--acrylicBg) !important;
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(10px);
|
||||
-webkit-backdrop-filter: var(--blur, blur(10px));
|
||||
backdrop-filter: var(--blur, blur(10px));
|
||||
|
||||
> header {
|
||||
background: transparent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue