@hitstun@fedia.io just wanted to check with you as I think I misunderstood your request for a CSS var for color scheme. Do you mean you’d like something like class=theme--scheme-[light/dark]
on the body class? For instance when the user selects tokyo night
, solarized dark
, dark
, kbin
it’s theme--scheme-dark
and when light
or solarized light
, theme--scheme-light
to save you from having to type out selectors for each theme?
And I did investigate the magazine description federation issues. Think I have an idea, I’ll make an issue for it and it will probably be the next thing I work on after my current open PRs.
#Mdev
@hitstun@fedia.io Benti ended up doing the mag description fix. Haven’t completely been sure that it fixes things outgoing but at least incoming from lemmy looks much better. That should be out next release. In regards to not being able to add transparency because values are hex and not rgb, is that something color-mix() could do? Found that while googling to try to understand the issue.