chore: bump deps; make text toggle overlay less intrusive

This commit is contained in:
Cory Dransfeldt 2024-07-30 14:26:25 -07:00
parent 00258f3e86
commit 228bd1b681
No known key found for this signature in database
3 changed files with 19 additions and 19 deletions

View file

@ -12,11 +12,11 @@
position: absolute;
z-index: 1;
content: '';
top: 0;
left: 0;
box-shadow: inset 0 -120px 50px -60px var(--background-color);
box-shadow: inset 0 -120px 80px -60px var(--background-color);
width: 100%;
height: 100%;
height: 20%;
bottom: 0;
left: 0;
}
}