Closed danielfdickinson closed 11 months ago
You’re right, I just forgot to remove it. I will handle this bug like all CSS related stuff myself. But I will offer a mechanism to include custom CSS as you proposed.
I suspected you head meant to remove it. I appreciated your wanting to maintain the CSS yourself, and will endeavor to remember that. And thank you for working on a custom CSS mechanism. I've got something that works for me, for now, but I look forward to seeing what you build.
Because https://github.com/bowman2001/perplex/blob/d07aa19ec2151054ede20b853bdae5e17cf87756/assets/css/screen.css#L43 and below still has the color scheme, and because
https://github.com/bowman2001/perplex/blob/d07aa19ec2151054ede20b853bdae5e17cf87756/layouts/partials/head/css.html#L8
adds the
color-default.css
orcolor.css
beforescreen.css
, the CSS properties inscreen.css
override the color schemes.I believe the solution is to remove the default color scheme from
screen.css
since it is now incss-default.css
anyway.I have figured out the PostCSS
screen.css
|screen.post.css
magic, so I could create a PR if you wish.