|
|
|
|
|
by TymekDev
889 days ago
|
|
With JavaScript you could make it a three state toggle: light, dark, and auto. The last one would allow to to back to the default - no preference. I thought this might use indeterminate checkbox, but that wouldn't be necessary. 'Light', 'dark', and lack of thereof in localStorage already amount to three distinct states. |
|