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