mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
7 lines
136 B
HTML
7 lines
136 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<style>
|
||
|
|
body { background: green }
|
||
|
|
@supports (color: red) or (url("foo" "bar")) {
|
||
|
|
body { background: red }
|
||
|
|
}
|
||
|
|
</style>
|