mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
调整背景透明度
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
.v-theme--light & {
|
.v-theme--light & {
|
||||||
border-radius: 0 0 16px 16px;
|
border-radius: 0 0 16px 16px;
|
||||||
backdrop-filter: blur(16px);
|
backdrop-filter: blur(16px);
|
||||||
background: rgba(var(--v-theme-surface), 0.6);
|
background: rgba(var(--v-theme-surface), 0.9);
|
||||||
box-shadow: 0 0 8px 0 rgba(var(--v-theme-on-surface), 0.1);
|
box-shadow: 0 0 8px 0 rgba(var(--v-theme-on-surface), 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user