mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-27 19:29:52 +08:00
调整背景透明度
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
.v-theme--light & {
|
||||
border-radius: 0 0 16px 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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user