accessibility tweaks

This commit is contained in:
bronku 2026-06-10 20:17:29 +02:00
parent 13b5e6d1a9
commit 9ec025b24c
10 changed files with 20 additions and 13 deletions

View file

@ -22,13 +22,21 @@
position: absolute;
bottom: 0;
background-image: linear-gradient(
to top,
var(--surface) 30%,
to right,
var(--surface),
transparent
);
width: 100%;
height: 100%;
z-index: 100;
@media (max-width: 768px) {
background-image: linear-gradient(
to top,
var(--surface) 30%,
transparent
);
}
}
}