html get theme of windows code example
Example: html get theme of windows
@media (prefers-color-scheme: light) { .themed { background: white; color: black; }}
@media (prefers-color-scheme: light) { .themed { background: white; color: black; }}