Lines between "List of works" nav darker on Hebrew site than Genizah
Closed this issue · 2 comments
andrew-morrison commented
The difference seems to be on Hebrew this CSS...
.individual-item .aside-navigation tr {
border-bottom: 1px solid grey;
}
...needs to be replaced with this on Genizah...
.individual-item .aside-navigation tr {
border-bottom: 1px solid #eaeaea;
}
Obviously this is a very minor display issue, but if you're fixing other stuff, might as well make them consistent.
IgnatG commented
done
andrew-morrison commented
Still darker on Hebrew QA than Genizah QA.