fix scroll hint color on flat theme

This commit is contained in:
Til 2026-05-14 15:09:10 +02:00
parent 51e1709af3
commit b66155333a

View file

@ -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;