decrease stale block opacity

This commit is contained in:
Mononaut 2025-10-12 08:48:51 +00:00
parent 27c6e9d78c
commit 8ec96e65ff
No known key found for this signature in database
GPG key ID: A3F058E41374C04E

View file

@ -162,7 +162,7 @@
width: var(--block-size);
height: var(--block-size);
z-index: calc(-1 * (var(--stale-index) + 1));
opacity: 0.5;
opacity: 0.75;
cursor: pointer;
}