4 ms·
On the dark mode thing, another way to do this is using css variables like --color-foreground for example. The whole site can have dynamic colour themes with mi
by pixelbash 7y ago
On the dark mode thing, another way to do this is using css variables like --color-foreground for example. The whole site can have dynamic colour themes with minimal effort after that.