mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
dev: disabled dithering temporarily
This commit is contained in:
@@ -671,24 +671,36 @@ html {
|
||||
background: var(--backgroundGradient)
|
||||
}
|
||||
|
||||
|
||||
/* Uncomment to turn dithering back on - START*/
|
||||
.backgroundContainer:not(.withBackdrop, .backgroundContainer-transparent) {
|
||||
background: var(--lighterGradientPoint);
|
||||
background: var(--backgroundGradient)
|
||||
/* background: var(--lighterGradientPoint); */
|
||||
}
|
||||
|
||||
.backgroundContainer:not(.withBackdrop,
|
||||
.backgroundContainer-transparent):after {
|
||||
/* .backdropContainer::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0%;
|
||||
background: var(--darkerGradientPointAlpha);
|
||||
mask: var(--ditheringMask);
|
||||
} */
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
opacity: .98;
|
||||
background: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPointAlpha) 100%);
|
||||
}
|
||||
|
||||
/* .backgroundContainer:not(.withBackdrop, .backgroundContainer-transparent):after {
|
||||
content: '';
|
||||
background: linear-gradient(0deg, var(--darkerGradientPoint) 35%, transparent 100%);
|
||||
position: absolute;
|
||||
inset: 0%;
|
||||
filter: contrast(1.25);
|
||||
mask: var(--ditheringMask);
|
||||
}
|
||||
} */
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
opacity: .975;
|
||||
background: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPointAlpha) 100%);
|
||||
}
|
||||
/* Uncomment to turn dithering back on - END*/
|
||||
|
||||
@keyframes scaleUp {
|
||||
from {
|
||||
@@ -752,14 +764,6 @@ html {
|
||||
animation: moveUp 1s ease-out forwards;
|
||||
}
|
||||
|
||||
.backdropContainer::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0%;
|
||||
background: var(--darkerGradientPointAlpha);
|
||||
mask: var(--ditheringMask);
|
||||
}
|
||||
|
||||
.appfooter {
|
||||
background-color: var(--headerColor) !important;
|
||||
backdrop-filter: var(--blurDefault) !important;
|
||||
|
Reference in New Issue
Block a user