(06-02-2023, 12:56 AM)railGUN wrote: I think I have have solved the quotes being coloured differently when embedded in parent quotes.Works for the immediate level but stops after that, if there's a way of just stacking these, there can only be a finite level of nested quotes because of that one setting:
Where you have:
blockquote:nth-of-type(even) {
background: #d7daec;
}
Replace that with this:
div > blockquote {
background: #d7daec;
}
and let me know if that works.
Quote:1Quote:2Quote:3Quote:4
