mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
fix scroll hint color on flat theme
This commit is contained in:
parent
51e1709af3
commit
b66155333a
|
|
@ -3872,6 +3872,9 @@ html:not(.e) #wrap.thin #ghead:not(.noa)::after {
|
|||
margin: -1.4em -0.5em -1.6em -1.4em;;
|
||||
pointer-events: none;
|
||||
}
|
||||
html.a #wrap.thin #ghead:not(.noa)::after {
|
||||
background: linear-gradient(to left, var(--bg), transparent);
|
||||
}
|
||||
html.e #wrap.thin {
|
||||
.ghead {
|
||||
top: 5.1em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue