The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much more intuitive fashion than using cookies.| MDN Web Docs
CSS Media queries are a way to target browser by certain characteristics, features, and user preferences, then apply styles based on those things.| CSS-Tricks
The other day, Florens Verschelde asked about defining dark mode styles for both a class and a media query, without repeat CSS custom properties declarations.| CSS-Tricks
“Dark mode” is defined as a color scheme that uses light-colored text and other UI elements on a dark-colored background. Dark mode, dark theme, black mode, night mode… they all refer to and mean the same thing: a mostly-dark interface rather than a mostly-light interface.| CSS-Tricks
Intent| www.w3.org
Before the advent of evergreen browsers, you would need to go to the manufacturer’s website and manually download and install the update.| CSS-Tricks