mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 10:48:39 +09:00
8 lines
125 B
HTML
8 lines
125 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body { background: green }
|
|
@supports (color: red) or ("foo
|
|
) {
|
|
body { background: red }
|
|
}
|
|
</style>
|