[data-theme="dark"]
? I'd like to use a dark theme and make a a toggle to switch between the differents theme but I cannot find to do that (an HTML embed is possible but I would prefer to use a native solution).:root { color-scheme: dark; } body { color: light-dark(blue, purple) }