Baby steps into light/dark mode for the #11ty Bundle site. Feedback welcome.

https://codepen.io/bobmonsour/pen/zYVJJXq

11tybundle light-dark

...

@bobmonsour kinda inverse version ・*゚✧:・゚

.dark-mode {
--background-color: oklch(from #ffedde 40% 0.01 h);
--text-color: oklch(from #ffedde l 0.05 h);
}