mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
dev: Save dithering mask url as variable
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
--borderWidth: 0.075em;
|
||||
--defaultBorder: var(--borderWidth) solid var(--borderColor);
|
||||
--defaultLighterBorder: var(--borderWidth) solid var(--lighterBorderColor);
|
||||
--ditheringMask: url(https://grainy-gradients.vercel.app/noise.svg);
|
||||
|
||||
/* login page customizations */
|
||||
/* --loginPageBgUrl: url("<YOUR-JELLYFIN-SERVER-ADDRESS>/Branding/Splashscreen?format=webp&foregroundLayer=1&quality=33&width=3840&height=2160&blur=2"); */
|
||||
@@ -662,7 +663,7 @@ html {
|
||||
position: absolute;
|
||||
inset: 0%;
|
||||
filter: contrast(1.25);
|
||||
-webkit-mask: url(https://grainy-gradients.vercel.app/noise.svg);
|
||||
-webkit-mask: var(--ditheringMask);
|
||||
}
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
@@ -680,7 +681,7 @@ html {
|
||||
position: absolute;
|
||||
inset: 0%;
|
||||
background: var(--darkerGradientPointAlpha);
|
||||
-webkit-mask: url(https://grainy-gradients.vercel.app/noise.svg);
|
||||
-webkit-mask: var(--ditheringMask);
|
||||
}
|
||||
|
||||
.appfooter {
|
||||
|
Reference in New Issue
Block a user