ぼかし効果の切り替え機能
This commit is contained in:
parent
aeb24b96eb
commit
0f55e65701
21 changed files with 56 additions and 40 deletions
|
|
@ -138,8 +138,8 @@ export default defineComponent({
|
|||
text-align: center;
|
||||
font-weight: bold;
|
||||
//background-color: var(--panel);
|
||||
-webkit-backdrop-filter: blur(32px);
|
||||
backdrop-filter: blur(32px);
|
||||
-webkit-backdrop-filter: var(--blur, blur(32px));
|
||||
backdrop-filter: var(--blur, blur(32px));
|
||||
background-color: var(--header);
|
||||
|
||||
> ._button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue