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)
|
background: var(--backgroundGradient)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Uncomment to turn dithering back on - START*/
|
||||||
.backgroundContainer:not(.withBackdrop, .backgroundContainer-transparent) {
|
.backgroundContainer:not(.withBackdrop, .backgroundContainer-transparent) {
|
||||||
background: var(--lighterGradientPoint);
|
background: var(--backgroundGradient)
|
||||||
|
/* background: var(--lighterGradientPoint); */
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgroundContainer:not(.withBackdrop,
|
/* .backdropContainer::after {
|
||||||
.backgroundContainer-transparent):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: '';
|
content: '';
|
||||||
background: linear-gradient(0deg, var(--darkerGradientPoint) 35%, transparent 100%);
|
background: linear-gradient(0deg, var(--darkerGradientPoint) 35%, transparent 100%);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0%;
|
inset: 0%;
|
||||||
filter: contrast(1.25);
|
filter: contrast(1.25);
|
||||||
mask: var(--ditheringMask);
|
mask: var(--ditheringMask);
|
||||||
}
|
} */
|
||||||
|
|
||||||
.backgroundContainer.withBackdrop {
|
/* Uncomment to turn dithering back on - END*/
|
||||||
opacity: .975;
|
|
||||||
background: linear-gradient(0deg, var(--darkerGradientPoint) 35%, var(--lighterGradientPointAlpha) 100%);
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes scaleUp {
|
@keyframes scaleUp {
|
||||||
from {
|
from {
|
||||||
|
|
@ -752,14 +764,6 @@ html {
|
||||||
animation: moveUp 1s ease-out forwards;
|
animation: moveUp 1s ease-out forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
.backdropContainer::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
inset: 0%;
|
|
||||||
background: var(--darkerGradientPointAlpha);
|
|
||||||
mask: var(--ditheringMask);
|
|
||||||
}
|
|
||||||
|
|
||||||
.appfooter {
|
.appfooter {
|
||||||
background-color: var(--headerColor) !important;
|
background-color: var(--headerColor) !important;
|
||||||
backdrop-filter: var(--blurDefault) !important;
|
backdrop-filter: var(--blurDefault) !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue