How to Enable Dark mode
Although Yahoo is clearly still working on their dark theme and it is not finalized yet, it's actually hidden in the website and accessible!
Steps to turn on Dark Mode:
1. Open Developer Console element viewer and view the main root <html> tag.
2. There you'll see an attribute for data-color-theme="light", rename that to data-color-theme="dark"
3. Add a new attribute as such: data-color-theme-enabled=true
TADA! Dark mode.
1472nd
ranked
