slightly reduced color banding on background

This commit is contained in:
booploops 2021-12-07 02:25:01 -08:00
parent d1c4a4abea
commit 6282913b90
2 changed files with 14 additions and 8 deletions

View file

@ -120,6 +120,7 @@ body[loading] {
opacity: 0.70;
transition: opacity .25s var(--appleEase);
pointer-events: none;
transform: translateZ(0px);
}