update package.json style.scss

This commit is contained in:
こけっち 2022-06-16 00:53:06 +09:00
parent 794c2c05a3
commit e47495502d
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.111.1-simkey-v9",
"version": "12.111.1-simkey-v10",
"codename": "indigo",
"repository": {
"type": "git",

View File

@ -258,10 +258,10 @@ hr {
}
._panel {
background: var(--panel);
//background: var(--panel);
border-radius: var(--radius);
overflow: clip;
backdrop-filter: var(--blur, blur(8px));
//backdrop-filter: var(--blur, blur(8px));
-webkit-backdrop-filter: var(--blur, blur(8px));
}