Web Compatibility Support • Re: efsyn.gr: "modern" redesign = expected mess
Pale Moon forum - Forum index [Unofficial]
May 19, 2026
The color of the text is due to from not being supported; since all the colors are defined that way, none of them work. The images are the old aspect-ratio issue, in conjunction with an apparently inflexible grid. Here's a userstyle to somewhat fix them (replacing the earlier style).
CODE:
@-moz-document domain("www.efsyn.gr") { .post--slide { color: white !important; } .post .img { height: 50% } .post-grid { grid-template-columns: repeat(4,.25fr) !important; }}
Discussion in the ATmosphere