mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
Brighten glass theme background visuals
This commit is contained in:
+4
-4
@@ -743,18 +743,18 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
.background-container.is-glass-theme .background-image.active,
|
.background-container.is-glass-theme .background-image.active,
|
||||||
.background-container.is-glass-theme .background-image.previous {
|
.background-container.is-glass-theme .background-image.previous {
|
||||||
filter: brightness(0.78) saturate(0.9);
|
filter: brightness(0.9) saturate(0.96);
|
||||||
}
|
}
|
||||||
|
|
||||||
.background-container.is-glass-theme .background-image.active {
|
.background-container.is-glass-theme .background-image.active {
|
||||||
opacity: 0.88;
|
opacity: 0.94;
|
||||||
}
|
}
|
||||||
|
|
||||||
.background-container.is-glass-theme .background-image.active::after,
|
.background-container.is-glass-theme .background-image.active::after,
|
||||||
.background-container.is-glass-theme .background-image.previous::after {
|
.background-container.is-glass-theme .background-image.previous::after {
|
||||||
background:
|
background:
|
||||||
linear-gradient(rgba(6, 10, 19, 26%) 0%, rgba(6, 10, 19, 55%) 100%),
|
linear-gradient(rgba(6, 10, 19, 18%) 0%, rgba(6, 10, 19, 42%) 100%),
|
||||||
rgba(11, 19, 34, 8%);
|
rgba(11, 19, 34, 5%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.background-container.is-transparent-glass-lightweight .background-image.active,
|
.background-container.is-transparent-glass-lightweight .background-image.active,
|
||||||
|
|||||||
Reference in New Issue
Block a user