Best strategy for light/dark theme using light-dark() function
I'm experimenting with the new light-dark() function and I was looking for ideas on how to better implement the various colours. This is my current implementation:
My final idea would be, using CSS only, to start from
My final idea would be, using CSS only, to start from
#fff and #000 colors and for the various elements (background, text, borders etc) use a variation of this base color. Is it wrong?