mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
9 lines
220 B
XML
9 lines
220 B
XML
|
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||
|
<style>
|
||
|
@media (prefers-color-scheme: dark) {
|
||
|
* { background-color: blue; }
|
||
|
}
|
||
|
</style>
|
||
|
<circle fill="red" cx="16" cy="16" r="12" />
|
||
|
</svg>
|