accessibility tweaks
This commit is contained in:
parent
13b5e6d1a9
commit
9ec025b24c
10 changed files with 20 additions and 13 deletions
|
|
@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue