What is 'dark mode' from a UX and technical standpoint, and which CSS feature enables it based on system preferences?
-
A
A low-luminance color scheme; enabled via the `prefers-color-scheme: dark` media query
-
B
An accessibility mode that increases font size; toggled with JavaScript
-
C
A battery-saving mode that disables animations; detected via the Battery API
-
D
A high-contrast theme for visually impaired users; set through ARIA attributes