mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
stronger tree footer gradient for more legibility
This commit is contained in:
parent
4de387b1e0
commit
d6793f0907
|
|
@ -5071,7 +5071,7 @@ html.e #wtc {
|
|||
padding: 1em;
|
||||
pointer-events: none;
|
||||
transition: width .05s;
|
||||
background: linear-gradient(to top, var(--bg-u2), transparent);
|
||||
background: linear-gradient(to top, var(--bg-u2), color-mix(in oklab, var(--bg-u2) 80%, transparent), transparent);
|
||||
}
|
||||
.popup_button {
|
||||
border-radius: var(--radius);
|
||||
|
|
|
|||
Loading…
Reference in a new issue