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