dev: disabled dithering temporarily
This commit is contained in:
parent
210148aa53
commit
479d7b7642
1 changed files with 20 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue