mirror of
https://github.com/mempool/mempool.git
synced 2026-08-17 13:07:07 +02:00
decrease stale block opacity
This commit is contained in:
parent
27c6e9d78c
commit
8ec96e65ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue