Source code
Revision control
Copy as Markdown
Other Tools
<style>
:root { color-scheme: light dark; }
rect { fill: light-dark(green, blue); }
</style>
<rect width="100" height="100" />
</svg>
<style>
:root { color-scheme: light dark; }
rect { fill: light-dark(green, blue); }
</style>
<rect width="100" height="100" />
</svg>