Open
Description
I'm starting a new issue, this will be easier to follow.
From @jdegand
I think the dark mode problems may stem from the binding of the theme. See this giscus issue. On my computer the comment section is still white on the dark mode as well. You are binding in the comment section.astro file with data-theme="preferred_color_scheme"
. I noticed inspecting source code both light and dark in some classes.
Giscus doesn't really seem to support / advertise Angular support (Giscus component has no version for Angular) and I think the binding issue is probably why.
It is just a minor issue.
Originally posted by @jdegand in #377 (comment)